Html Css Color HEX #EC577A Dark Pink

📋 copy color: '#EC577A'

red 236 ◦ green 87 ◦ blue 122

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

Shades of Dark Pink #EC577A

Tints of Dark Pink #EC577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 53.03%
G = 19.55%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC577A (or 0xEC577A) is known color: Dark Pink. HEX triplet: EC, 57 and 7A. RGB value is (236,87,122). Sum of RGB (Red+Green+Blue) = 236+87+122=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC577A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC577A is #13A885. Grayscale: #878787. Windows color (decimal): -1288326 or 8017900. OLE color: 8017900.

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

Color convert

RGB 236 87 122 -
CMYK 0 0.63 0.48 0.07
HSL 345.91º 0.8% 0.63% -
HSV(B) 345.91º 0.63% 0.93% -
XYZ 41.51 26.05 21.25 -
YUV 135.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 236 87 122 0 0.63 0.48 0.07 345.91 0.8 0.63
Hex EC 57 7A 0 3F 30 7 15A 50 3F
Octal 354 127 172 0 77 60 7 532 120 77
Binary 11101100 1010111 1111010 0 111111 110000 111 101011010 1010000 111111

Color Harmonies of #EC577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC577A

Black with #EC577A

Text Example


Text Example

White with #EC577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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