Html Css Color HEX #EC5573 Dark Pink

📋 copy color: '#EC5573'

red 236 ◦ green 85 ◦ blue 115

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

Shades of Dark Pink #EC5573

Tints of Dark Pink #EC5573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 54.13%
G = 19.5%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC5573 (or 0xEC5573) is known color: Dark Pink. HEX triplet: EC, 55 and 73. RGB value is (236,85,115). Sum of RGB (Red+Green+Blue) = 236+85+115=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5573 is #13AA8C. Grayscale: #858585. Windows color (decimal): -1288845 or 7558636. OLE color: 7558636.

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

Color convert

RGB 236 85 115 -
CMYK 0 0.64 0.51 0.07
HSL 348.08º 0.8% 0.63% -
HSV(B) 348.08º 0.64% 0.93% -
XYZ 40.94 25.57 19 -
YUV 133.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 236 85 115 0 0.64 0.51 0.07 348.08 0.8 0.63
Hex EC 55 73 0 40 33 7 15C 50 3F
Octal 354 125 163 0 100 63 7 534 120 77
Binary 11101100 1010101 1110011 0 1000000 110011 111 101011100 1010000 111111

Color Harmonies of #EC5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5573

Black with #EC5573

Text Example


Text Example

White with #EC5573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5573; }

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

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

background-color css

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

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

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

border-color css

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

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

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