Html Css Color HEX #EC188B Deep Pink

📋 copy color: '#EC188B'

red 236 ◦ green 24 ◦ blue 139

#EC188B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EC188B

Tints of Deep Pink #EC188B

RGB

 RED value IS 236 (92.58% from 255) = 59.15%

 GREEN value IS 24 (9.77% from 255) = 6.02%

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 59.15%
G = 6.02%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC188B (or 0xEC188B) is known color: Deep Pink. HEX triplet: EC, 18 and 8B. RGB value is (236,24,139). Sum of RGB (Red+Green+Blue) = 236+24+139=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC188B is #13E774. Grayscale: #646464. Windows color (decimal): -1304437 or 9115884. OLE color: 9115884.

HSL color Cylindrical-coordinate representation of color #EC188B: hue angle of 327.45º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC188B is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 139 -
CMYK 0 0.90 0.41 0.07
HSL 327.45º 0.85% 0.51% -
HSV(B) 327.45º 0.9% 0.93% -
XYZ 39.58 20.35 26.27 -
YUV 100.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 236 24 139 0 0.90 0.41 0.07 327.45 0.85 0.51
Hex EC 18 8B 0 5A 29 7 147 55 33
Octal 354 30 213 0 132 51 7 507 125 63
Binary 11101100 11000 10001011 0 1011010 101001 111 101000111 1010101 110011

Color Harmonies of #EC188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC188B

Black with #EC188B

Text Example


Text Example

White with #EC188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC188B; }

 p { color: rgb(236,24,139); }

 H1.HeaderClassName
 {
   color: #EC188B;
 }
 .AnyTagClassName
 {
   color: #EC188B;
 }
</style>

background-color css

<style>
 a { background-color: #EC188B; }

 a { background-color: rgb(236,24,139); }

 div.DivClassName
 {
   background-color: #EC188B;
 }
 .BgClassName
 {
   background-color: #EC188B;
 }
</style>

border-color css

<style>
 span { border-color: #EC188B; }

 span { border-color: rgb(236,24,139); }

 td.TdClassName
 {
   border-color: #EC188B;
 }
 .TagClassName
 {
   border-color: #EC188B;
 }
</style>