Html Css Color HEX #EC5489 Dark Pink

📋 copy color: '#EC5489'

red 236 ◦ green 84 ◦ blue 137

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

Shades of Dark Pink #EC5489

Tints of Dark Pink #EC5489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 51.64%
G = 18.38%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5489 (or 0xEC5489) is known color: Dark Pink. HEX triplet: EC, 54 and 89. RGB value is (236,84,137). Sum of RGB (Red+Green+Blue) = 236+84+137=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5489 is #13AB76. Grayscale: #878787. Windows color (decimal): -1289079 or 9000172. OLE color: 9000172.

HSL color Cylindrical-coordinate representation of color #EC5489: hue angle of 339.08º 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 #EC5489 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 137 -
CMYK 0 0.64 0.42 0.07
HSL 339.08º 0.8% 0.63% -
HSV(B) 339.08º 0.64% 0.93% -
XYZ 42.28 25.98 26.45 -
YUV 135.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 236 84 137 0 0.64 0.42 0.07 339.08 0.8 0.63
Hex EC 54 89 0 40 2A 7 153 50 3F
Octal 354 124 211 0 100 52 7 523 120 77
Binary 11101100 1010100 10001001 0 1000000 101010 111 101010011 1010000 111111

Color Harmonies of #EC5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5489

Black with #EC5489

Text Example


Text Example

White with #EC5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5489; }

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

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

background-color css

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

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

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

border-color css

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

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

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