Html Css Color HEX #EC5181 Dark Pink

📋 copy color: '#EC5181'

red 236 ◦ green 81 ◦ blue 129

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

Shades of Dark Pink #EC5181

Tints of Dark Pink #EC5181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.16%

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

R = 52.91%
G = 18.16%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5181 (or 0xEC5181) is known color: Dark Pink. HEX triplet: EC, 51 and 81. RGB value is (236,81,129). Sum of RGB (Red+Green+Blue) = 236+81+129=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5181 is #13AE7E. Grayscale: #848484. Windows color (decimal): -1289855 or 8475116. OLE color: 8475116.

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

Color convert

RGB 236 81 129 -
CMYK 0 0.66 0.45 0.07
HSL 341.42º 0.8% 0.62% -
HSV(B) 341.42º 0.66% 0.93% -
XYZ 41.5 25.3 23.47 -
YUV 132.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 236 81 129 0 0.66 0.45 0.07 341.42 0.8 0.62
Hex EC 51 81 0 42 2D 7 155 50 3E
Octal 354 121 201 0 102 55 7 525 120 76
Binary 11101100 1010001 10000001 0 1000010 101101 111 101010101 1010000 111110

Color Harmonies of #EC5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5181

Black with #EC5181

Text Example


Text Example

White with #EC5181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5181; }

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

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

background-color css

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

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

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

border-color css

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

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

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