COLOR #EC88F2

HEX: #EC88F2 RGB: (236,136,242)

Color info

#EC88F2 contains mainly red and blue colors. Web safe color of #EC88F2 is #FF99FF (or #F9F).

RGB color model

#EC88F2 color RGB value is (236,136,242).

RGB: (236,136,242) (93%, 53%, 95%)

RGB channels and saturation

R 236 of 255 = 93%
G 136 of 255 = 53%
B 242 of 255 = 95%

236
136
242

R + G + B ~ 80%. #EC88F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 136 + 242 = 614 (100%)
R 236 of 614 ~ 38.44%
G 136 of 614 ~ 22.15%
B 242 of 614 ~ 39.41'%

%38.44
%22.15
%39.41

CMYK color model

#EC88F2 color CMYK value is (2,44,0,5).

  • cyan value is 2.48%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (2,44,0,5)
C2M44Y0K5 (2%, 44%, 0%, 5%)
(0.02 / 0.44 / 0.00 / 0.05)

CMYK percentages

%2.48
%43.8
%0
%5.1

Codes

Color #EC88F2 in popluar color models

EC 88 F2
RGB 236 136 242
HSL 297° 80.30% 74.12%
HSB/HSV 297° 43.80% 94.90%
CMYK 2.48% 43.80% 0.00%
5.10%

Color #EC88F2 in popluar number systems.

HEX EC 88 F2
Decimal 236 136 242
Binary 11101100 10001000 11110010
Octal 354 210 362

Shades and tints

Shades of #EC88F2

#EC88F2
(236,136,242)
#D77CDC
(215,124,220)
#C270C6
(194,112,198)
#AD64B0
(173,100,176)
#98589A
(152,88,154)
#834C84
(131,76,132)
#6E406E
(110,64,110)
#593458
(89,52,88)
#442842
(68,40,66)
#2F1C2C
(47,28,44)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #EC88F2

#EC88F2
(236,136,242)
#ED92F3
(237,146,243)
#EE9CF4
(238,156,244)
#EFA6F5
(239,166,245)
#F0B0F6
(240,176,246)
#F1BAF7
(241,186,247)
#F2C4F8
(242,196,248)
#F3CEF9
(243,206,249)
#F4D8FA
(244,216,250)
#F5E2FB
(245,226,251)
#F6ECFC
(246,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC88F2 color. Also use rgb(236,136,242) instead hex code.

Text Font Color

.myTextColor { color: #EC88F2; }

<p style="color:#EC88F2">This sample text font color is #EC88F2.</p>

This text font color is #EC88F2.

Background Color

.myBgColor { background-color: #EC88F2; }

<div style="background-color:#EC88F2">Inner text</div>

This div background color is #EC88F2.

Border color

.myBorderColor { border: 1px solid #EC88F2; }

<div style="border:3px solid #EC88F2">Div</div>

This div border color is #EC88F2.

Opacity

.myOpacity80 { color: #EC88F2; opacity: 0.8; }

<p style="color:#EC88F2;opacity:0.8;">80%</p>

Text with #EC88F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EC88F2;}

<p style="text-shadow: 3px 3px 1px #EC88F2">Text here.</p>

This text has shadow with #EC88F2 color.


.textShadow {text-shadow: 3px 3px 1px #EC88F2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EC88F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #EC88F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EC88F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EC88F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #EC88F2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EC88F2;
-webkit-box-shadow: 1px 1px 3px 2px #EC88F2;
box-shadow: 1px 1px 3px 2px #EC88F2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EC88F2; -webkit-box-shadow: 1px 1px 3px 2px #EC88F2; box-shadow:1px 1px 3px 2px #EC88F2;">
Div content here
</div>

This div box has shadow with color #EC88F2.

Preview

Color preview on black background

This text has color #EC88F2 on black background.


Color preview on white background

This text has color #EC88F2 on white background.


Black color preview on #EC88F2 background

This text has black color on #EC88F2 background.


White color preview on #EC88F2 background

This text has white color on #EC88F2 background.


Related colors

Complementary color

Complementary color for #hex is #13770D.


I love getcolorcode.com

Triadic colors

1 #F2EC88 and #88F2EC with #EC88F2 are triadic colors.

2 #F288EC and #88ECF2 with #EC88F2 are triadic colors.