Html Css Color HEX #EC5582 Dark Pink

📋 copy color: '#EC5582'

red 236 ◦ green 85 ◦ blue 130

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

Shades of Dark Pink #EC5582

Tints of Dark Pink #EC5582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.82%

R = 52.33%
G = 18.85%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5582 (or 0xEC5582) is known color: Dark Pink. HEX triplet: EC, 55 and 82. RGB value is (236,85,130). Sum of RGB (Red+Green+Blue) = 236+85+130=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5582 is #13AA7D. Grayscale: #878787. Windows color (decimal): -1288830 or 8541676. OLE color: 8541676.

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

Color convert

RGB 236 85 130 -
CMYK 0 0.64 0.45 0.07
HSL 342.12º 0.8% 0.63% -
HSV(B) 342.12º 0.64% 0.93% -
XYZ 41.87 25.94 23.92 -
YUV 135.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 236 85 130 0 0.64 0.45 0.07 342.12 0.8 0.63
Hex EC 55 82 0 40 2D 7 156 50 3F
Octal 354 125 202 0 100 55 7 526 120 77
Binary 11101100 1010101 10000010 0 1000000 101101 111 101010110 1010000 111111

Color Harmonies of #EC5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5582

Black with #EC5582

Text Example


Text Example

White with #EC5582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5582; }

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

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

background-color css

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

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

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

border-color css

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

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

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