Html Css Color HEX #EC577C Dark Pink

📋 copy color: '#EC577C'

red 236 ◦ green 87 ◦ blue 124

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

Shades of Dark Pink #EC577C

Tints of Dark Pink #EC577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.46%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 52.8%
G = 19.46%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC577C (or 0xEC577C) is known color: Dark Pink. HEX triplet: EC, 57 and 7C. RGB value is (236,87,124). Sum of RGB (Red+Green+Blue) = 236+87+124=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC577C is #13A883. Grayscale: #878787. Windows color (decimal): -1288324 or 8148972. OLE color: 8148972.

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

Color convert

RGB 236 87 124 -
CMYK 0 0.63 0.47 0.07
HSL 345.1º 0.8% 0.63% -
HSV(B) 345.1º 0.63% 0.93% -
XYZ 41.64 26.1 21.91 -
YUV 135.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 236 87 124 0 0.63 0.47 0.07 345.1 0.8 0.63
Hex EC 57 7C 0 3F 2F 7 159 50 3F
Octal 354 127 174 0 77 57 7 531 120 77
Binary 11101100 1010111 1111100 0 111111 101111 111 101011001 1010000 111111

Color Harmonies of #EC577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC577C

Black with #EC577C

Text Example


Text Example

White with #EC577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC577C; }

 p { color: rgb(236,87,124); }

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

background-color css

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

 a { background-color: rgb(236,87,124); }

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

border-color css

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

 span { border-color: rgb(236,87,124); }

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