Html Css Color HEX #EC5689 Dark Pink

📋 copy color: '#EC5689'

red 236 ◦ green 86 ◦ blue 137

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

Shades of Dark Pink #EC5689

Tints of Dark Pink #EC5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

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

R = 51.42%
G = 18.74%
B = 29.85%

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

#EC5689 (or 0xEC5689) is known color: Dark Pink. HEX triplet: EC, 56 and 89. RGB value is (236,86,137). Sum of RGB (Red+Green+Blue) = 236+86+137=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5689 is #13A976. Grayscale: #888888. Windows color (decimal): -1288567 or 9000684. OLE color: 9000684.

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

Color convert

RGB 236 86 137 -
CMYK 0 0.64 0.42 0.07
HSL 339.6º 0.8% 0.63% -
HSV(B) 339.6º 0.64% 0.93% -
XYZ 42.44 26.29 26.51 -
YUV 136.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 236 86 137 0 0.64 0.42 0.07 339.6 0.8 0.63
Hex EC 56 89 0 40 2A 7 154 50 3F
Octal 354 126 211 0 100 52 7 524 120 77
Binary 11101100 1010110 10001001 0 1000000 101010 111 101010100 1010000 111111

Color Harmonies of #EC5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5689

Black with #EC5689

Text Example


Text Example

White with #EC5689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5689; }

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

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

background-color css

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

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

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

border-color css

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

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

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