Html Css Color HEX #EC4572 Dark Pink

📋 copy color: '#EC4572'

red 236 ◦ green 69 ◦ blue 114

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

Shades of Dark Pink #EC4572

Tints of Dark Pink #EC4572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.47%

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 56.32%
G = 16.47%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC4572 (or 0xEC4572) is known color: Dark Pink. HEX triplet: EC, 45 and 72. RGB value is (236,69,114). Sum of RGB (Red+Green+Blue) = 236+69+114=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4572 is #13BA8D. Grayscale: #7C7C7C. Windows color (decimal): -1292942 or 7489004. OLE color: 7489004.

HSL color Cylindrical-coordinate representation of color #EC4572: hue angle of 343.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4572 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 69 114 -
CMYK 0 0.71 0.52 0.07
HSL 343.83º 0.81% 0.6% -
HSV(B) 343.83º 0.71% 0.93% -
XYZ 39.76 23.3 18.32 -
YUV 124.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 236 69 114 0 0.71 0.52 0.07 343.83 0.81 0.6
Hex EC 45 72 0 47 34 7 158 51 3C
Octal 354 105 162 0 107 64 7 530 121 74
Binary 11101100 1000101 1110010 0 1000111 110100 111 101011000 1010001 111100

Color Harmonies of #EC4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4572

Black with #EC4572

Text Example


Text Example

White with #EC4572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4572; }

 p { color: rgb(236,69,114); }

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

background-color css

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

 a { background-color: rgb(236,69,114); }

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

border-color css

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

 span { border-color: rgb(236,69,114); }

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