Html Css Color HEX #EC1581 Deep Pink

📋 copy color: '#EC1581'

red 236 ◦ green 21 ◦ blue 129

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

Shades of Deep Pink #EC1581

Tints of Deep Pink #EC1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

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

R = 61.14%
G = 5.44%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1581 (or 0xEC1581) is known color: Deep Pink. HEX triplet: EC, 15 and 81. RGB value is (236,21,129). Sum of RGB (Red+Green+Blue) = 236+21+129=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1581 is #13EA7E. Grayscale: #616161. Windows color (decimal): -1305215 or 8459756. OLE color: 8459756.

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

Color convert

RGB 236 21 129 -
CMYK 0 0.91 0.45 0.07
HSL 329.86º 0.85% 0.5% -
HSV(B) 329.86º 0.91% 0.93% -
XYZ 38.82 19.95 22.57 -
YUV 97.6 145.73 226.72 -
System Red Green Blue C M Y K H S L
Decimal 236 21 129 0 0.91 0.45 0.07 329.86 0.85 0.5
Hex EC 15 81 0 5B 2D 7 14A 55 32
Octal 354 25 201 0 133 55 7 512 125 62
Binary 11101100 10101 10000001 0 1011011 101101 111 101001010 1010101 110010

Color Harmonies of #EC1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1581

Black with #EC1581

Text Example


Text Example

White with #EC1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1581; }

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

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

background-color css

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

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

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

border-color css

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

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

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