Html Css Color HEX #EC5988 Dark Pink

📋 copy color: '#EC5988'

red 236 ◦ green 89 ◦ blue 136

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

Shades of Dark Pink #EC5988

Tints of Dark Pink #EC5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.31%

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 51.19%
G = 19.31%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5988 (or 0xEC5988) is known color: Dark Pink. HEX triplet: EC, 59 and 88. RGB value is (236,89,136). Sum of RGB (Red+Green+Blue) = 236+89+136=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5988 is #13A677. Grayscale: #8A8A8A. Windows color (decimal): -1287800 or 8935916. OLE color: 8935916.

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

Color convert

RGB 236 89 136 -
CMYK 0 0.62 0.42 0.07
HSL 340.82º 0.79% 0.64% -
HSV(B) 340.82º 0.62% 0.93% -
XYZ 42.61 26.76 26.21 -
YUV 138.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 236 89 136 0 0.62 0.42 0.07 340.82 0.79 0.64
Hex EC 59 88 0 3E 2A 7 155 4F 40
Octal 354 131 210 0 76 52 7 525 117 100
Binary 11101100 1011001 10001000 0 111110 101010 111 101010101 1001111 1000000

Color Harmonies of #EC5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5988

Black with #EC5988

Text Example


Text Example

White with #EC5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5988; }

 p { color: rgb(236,89,136); }

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

background-color css

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

 a { background-color: rgb(236,89,136); }

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

border-color css

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

 span { border-color: rgb(236,89,136); }

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