Html Css Color HEX #EC4076 Dark Pink

📋 copy color: '#EC4076'

red 236 ◦ green 64 ◦ blue 118

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

Shades of Dark Pink #EC4076

Tints of Dark Pink #EC4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 56.46%
G = 15.31%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC4076 (or 0xEC4076) is known color: Dark Pink. HEX triplet: EC, 40 and 76. RGB value is (236,64,118). Sum of RGB (Red+Green+Blue) = 236+64+118=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4076 is #13BF89. Grayscale: #797979. Windows color (decimal): -1294218 or 7749868. OLE color: 7749868.

HSL color Cylindrical-coordinate representation of color #EC4076: hue angle of 341.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4076 is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 118 -
CMYK 0 0.73 0.5 0.07
HSL 341.16º 0.82% 0.59% -
HSV(B) 341.16º 0.73% 0.93% -
XYZ 39.7 22.81 19.45 -
YUV 121.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 236 64 118 0 0.73 0.5 0.07 341.16 0.82 0.59
Hex EC 40 76 0 49 32 7 155 52 3B
Octal 354 100 166 0 111 62 7 525 122 73
Binary 11101100 1000000 1110110 0 1001001 110010 111 101010101 1010010 111011

Color Harmonies of #EC4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4076

Black with #EC4076

Text Example


Text Example

White with #EC4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4076; }

 p { color: rgb(236,64,118); }

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

background-color css

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

 a { background-color: rgb(236,64,118); }

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

border-color css

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

 span { border-color: rgb(236,64,118); }

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