Html Css Color HEX #EC5481 Dark Pink

📋 copy color: '#EC5481'

red 236 ◦ green 84 ◦ blue 129

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

Shades of Dark Pink #EC5481

Tints of Dark Pink #EC5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

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

R = 52.56%
G = 18.71%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5481 (or 0xEC5481) is known color: Dark Pink. HEX triplet: EC, 54 and 81. RGB value is (236,84,129). Sum of RGB (Red+Green+Blue) = 236+84+129=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5481 is #13AB7E. Grayscale: #868686. Windows color (decimal): -1289087 or 8475884. OLE color: 8475884.

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

Color convert

RGB 236 84 129 -
CMYK 0 0.64 0.45 0.07
HSL 342.24º 0.8% 0.63% -
HSV(B) 342.24º 0.64% 0.93% -
XYZ 41.72 25.76 23.54 -
YUV 134.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 236 84 129 0 0.64 0.45 0.07 342.24 0.8 0.63
Hex EC 54 81 0 40 2D 7 156 50 3F
Octal 354 124 201 0 100 55 7 526 120 77
Binary 11101100 1010100 10000001 0 1000000 101101 111 101010110 1010000 111111

Color Harmonies of #EC5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5481

Black with #EC5481

Text Example


Text Example

White with #EC5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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