Html Css Color HEX #EC1981 Deep Pink

📋 copy color: '#EC1981'

red 236 ◦ green 25 ◦ blue 129

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

Shades of Deep Pink #EC1981

Tints of Deep Pink #EC1981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 60.51%
G = 6.41%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1981 (or 0xEC1981) is known color: Deep Pink. HEX triplet: EC, 19 and 81. RGB value is (236,25,129). Sum of RGB (Red+Green+Blue) = 236+25+129=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1981 is #13E67E. Grayscale: #636363. Windows color (decimal): -1304191 or 8460780. OLE color: 8460780.

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

Color convert

RGB 236 25 129 -
CMYK 0 0.89 0.45 0.07
HSL 330.43º 0.85% 0.51% -
HSV(B) 330.43º 0.89% 0.93% -
XYZ 38.9 20.11 22.6 -
YUV 99.95 144.4 225.04 -
System Red Green Blue C M Y K H S L
Decimal 236 25 129 0 0.89 0.45 0.07 330.43 0.85 0.51
Hex EC 19 81 0 59 2D 7 14A 55 33
Octal 354 31 201 0 131 55 7 512 125 63
Binary 11101100 11001 10000001 0 1011001 101101 111 101001010 1010101 110011

Color Harmonies of #EC1981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1981

Black with #EC1981

Text Example


Text Example

White with #EC1981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1981; }

 p { color: rgb(236,25,129); }

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

background-color css

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

 a { background-color: rgb(236,25,129); }

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

border-color css

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

 span { border-color: rgb(236,25,129); }

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