Html Css Color HEX #EC5889 Dark Pink

📋 copy color: '#EC5889'

red 236 ◦ green 88 ◦ blue 137

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

Shades of Dark Pink #EC5889

Tints of Dark Pink #EC5889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.09%

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

R = 51.19%
G = 19.09%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5889 (or 0xEC5889) is known color: Dark Pink. HEX triplet: EC, 58 and 89. RGB value is (236,88,137). Sum of RGB (Red+Green+Blue) = 236+88+137=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5889 is #13A776. Grayscale: #898989. Windows color (decimal): -1288055 or 9001196. OLE color: 9001196.

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

Color convert

RGB 236 88 137 -
CMYK 0 0.63 0.42 0.07
HSL 340.14º 0.8% 0.64% -
HSV(B) 340.14º 0.63% 0.93% -
XYZ 42.6 26.62 26.56 -
YUV 137.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 236 88 137 0 0.63 0.42 0.07 340.14 0.8 0.64
Hex EC 58 89 0 3F 2A 7 154 50 40
Octal 354 130 211 0 77 52 7 524 120 100
Binary 11101100 1011000 10001001 0 111111 101010 111 101010100 1010000 1000000

Color Harmonies of #EC5889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5889

Black with #EC5889

Text Example


Text Example

White with #EC5889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5889; }

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

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

background-color css

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

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

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

border-color css

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

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

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