Html Css Color HEX #EC5580 Dark Pink

📋 copy color: '#EC5580'

red 236 ◦ green 85 ◦ blue 128

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

Shades of Dark Pink #EC5580

Tints of Dark Pink #EC5580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 52.56%
G = 18.93%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC5580 (or 0xEC5580) is known color: Dark Pink. HEX triplet: EC, 55 and 80. RGB value is (236,85,128). Sum of RGB (Red+Green+Blue) = 236+85+128=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5580 is #13AA7F. Grayscale: #878787. Windows color (decimal): -1288832 or 8410604. OLE color: 8410604.

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

Color convert

RGB 236 85 128 -
CMYK 0 0.64 0.46 0.07
HSL 342.91º 0.8% 0.63% -
HSV(B) 342.91º 0.64% 0.93% -
XYZ 41.74 25.89 23.22 -
YUV 135.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 236 85 128 0 0.64 0.46 0.07 342.91 0.8 0.63
Hex EC 55 80 0 40 2E 7 157 50 3F
Octal 354 125 200 0 100 56 7 527 120 77
Binary 11101100 1010101 10000000 0 1000000 101110 111 101010111 1010000 111111

Color Harmonies of #EC5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5580

Black with #EC5580

Text Example


Text Example

White with #EC5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5580; }

 p { color: rgb(236,85,128); }

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

background-color css

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

 a { background-color: rgb(236,85,128); }

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

border-color css

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

 span { border-color: rgb(236,85,128); }

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