Html Css Color HEX #EC1387 Deep Pink

📋 copy color: '#EC1387'

red 236 ◦ green 19 ◦ blue 135

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

Shades of Deep Pink #EC1387

Tints of Deep Pink #EC1387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 60.51%
G = 4.87%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC1387 (or 0xEC1387) is known color: Deep Pink. HEX triplet: EC, 13 and 87. RGB value is (236,19,135). Sum of RGB (Red+Green+Blue) = 236+19+135=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1387 is #13EC78. Grayscale: #606060. Windows color (decimal): -1305721 or 8852460. OLE color: 8852460.

HSL color Cylindrical-coordinate representation of color #EC1387: hue angle of 327.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1387 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 19 135 -
CMYK 0 0.92 0.43 0.07
HSL 327.93º 0.85% 0.5% -
HSV(B) 327.93º 0.92% 0.93% -
XYZ 39.2 20.05 24.73 -
YUV 97.11 149.39 227.07 -
System Red Green Blue C M Y K H S L
Decimal 236 19 135 0 0.92 0.43 0.07 327.93 0.85 0.5
Hex EC 13 87 0 5C 2B 7 148 55 32
Octal 354 23 207 0 134 53 7 510 125 62
Binary 11101100 10011 10000111 0 1011100 101011 111 101001000 1010101 110010

Color Harmonies of #EC1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1387

Black with #EC1387

Text Example


Text Example

White with #EC1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1387; }

 p { color: rgb(236,19,135); }

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

background-color css

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

 a { background-color: rgb(236,19,135); }

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

border-color css

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

 span { border-color: rgb(236,19,135); }

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