Html Css Color HEX #EC4A77 Dark Pink

📋 copy color: '#EC4A77'

red 236 ◦ green 74 ◦ blue 119

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

Shades of Dark Pink #EC4A77

Tints of Dark Pink #EC4A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 55.01%
G = 17.25%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC4A77 (or 0xEC4A77) is known color: Dark Pink. HEX triplet: EC, 4A and 77. RGB value is (236,74,119). Sum of RGB (Red+Green+Blue) = 236+74+119=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A77 is #13B588. Grayscale: #7F7F7F. Windows color (decimal): -1291657 or 7817964. OLE color: 7817964.

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

Color convert

RGB 236 74 119 -
CMYK 0 0.69 0.50 0.07
HSL 343.33º 0.81% 0.61% -
HSV(B) 343.33º 0.69% 0.93% -
XYZ 40.37 24.06 19.97 -
YUV 127.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 236 74 119 0 0.69 0.50 0.07 343.33 0.81 0.61
Hex EC 4A 77 0 45 32 7 157 51 3D
Octal 354 112 167 0 105 62 7 527 121 75
Binary 11101100 1001010 1110111 0 1000101 110010 111 101010111 1010001 111101

Color Harmonies of #EC4A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A77

Black with #EC4A77

Text Example


Text Example

White with #EC4A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A77; }

 p { color: rgb(236,74,119); }

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

background-color css

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

 a { background-color: rgb(236,74,119); }

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

border-color css

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

 span { border-color: rgb(236,74,119); }

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