Html Css Color HEX #EC5984 Dark Pink

📋 copy color: '#EC5984'

red 236 ◦ green 89 ◦ blue 132

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

Shades of Dark Pink #EC5984

Tints of Dark Pink #EC5984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 51.64%
G = 19.47%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5984 (or 0xEC5984) is known color: Dark Pink. HEX triplet: EC, 59 and 84. RGB value is (236,89,132). Sum of RGB (Red+Green+Blue) = 236+89+132=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5984 is #13A67B. Grayscale: #898989. Windows color (decimal): -1287804 or 8673772. OLE color: 8673772.

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

Color convert

RGB 236 89 132 -
CMYK 0 0.62 0.44 0.07
HSL 342.45º 0.79% 0.64% -
HSV(B) 342.45º 0.62% 0.93% -
XYZ 42.33 26.64 24.74 -
YUV 137.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 236 89 132 0 0.62 0.44 0.07 342.45 0.79 0.64
Hex EC 59 84 0 3E 2C 7 156 4F 40
Octal 354 131 204 0 76 54 7 526 117 100
Binary 11101100 1011001 10000100 0 111110 101100 111 101010110 1001111 1000000

Color Harmonies of #EC5984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5984

Black with #EC5984

Text Example


Text Example

White with #EC5984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5984; }

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

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

background-color css

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

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

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

border-color css

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

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

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