Html Css Color HEX #EC577E Dark Pink

📋 copy color: '#EC577E'

red 236 ◦ green 87 ◦ blue 126

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

Shades of Dark Pink #EC577E

Tints of Dark Pink #EC577E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 52.56%
G = 19.38%
B = 28.06%

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

#EC577E (or 0xEC577E) is known color: Dark Pink. HEX triplet: EC, 57 and 7E. RGB value is (236,87,126). Sum of RGB (Red+Green+Blue) = 236+87+126=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC577E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC577E is #13A881. Grayscale: #878787. Windows color (decimal): -1288322 or 8280044. OLE color: 8280044.

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

Color convert

RGB 236 87 126 -
CMYK 0 0.63 0.47 0.07
HSL 344.3º 0.8% 0.63% -
HSV(B) 344.3º 0.63% 0.93% -
XYZ 41.77 26.16 22.59 -
YUV 136 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 236 87 126 0 0.63 0.47 0.07 344.3 0.8 0.63
Hex EC 57 7E 0 3F 2F 7 158 50 3F
Octal 354 127 176 0 77 57 7 530 120 77
Binary 11101100 1010111 1111110 0 111111 101111 111 101011000 1010000 111111

Color Harmonies of #EC577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC577E

Black with #EC577E

Text Example


Text Example

White with #EC577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC577E; }

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

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

background-color css

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

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

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

border-color css

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

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

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