Html Css Color HEX #EC1D81 Deep Pink

📋 copy color: '#EC1D81'

red 236 ◦ green 29 ◦ blue 129

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

Shades of Deep Pink #EC1D81

Tints of Deep Pink #EC1D81

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.36%

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

R = 59.9%
G = 7.36%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1D81 (or 0xEC1D81) is known color: Deep Pink. HEX triplet: EC, 1D and 81. RGB value is (236,29,129). Sum of RGB (Red+Green+Blue) = 236+29+129=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D81 is #13E27E. Grayscale: #666666. Windows color (decimal): -1303167 or 8461804. OLE color: 8461804.

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

Color convert

RGB 236 29 129 -
CMYK 0 0.88 0.45 0.07
HSL 331.01º 0.84% 0.52% -
HSV(B) 331.01º 0.88% 0.93% -
XYZ 38.99 20.3 22.63 -
YUV 102.29 143.08 223.37 -
System Red Green Blue C M Y K H S L
Decimal 236 29 129 0 0.88 0.45 0.07 331.01 0.84 0.52
Hex EC 1D 81 0 58 2D 7 14B 54 34
Octal 354 35 201 0 130 55 7 513 124 64
Binary 11101100 11101 10000001 0 1011000 101101 111 101001011 1010100 110100

Color Harmonies of #EC1D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D81

Black with #EC1D81

Text Example


Text Example

White with #EC1D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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