Html Css Color HEX #EC4876 Dark Pink

📋 copy color: '#EC4876'

red 236 ◦ green 72 ◦ blue 118

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

Shades of Dark Pink #EC4876

Tints of Dark Pink #EC4876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

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

R = 55.4%
G = 16.9%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC4876 (or 0xEC4876) is known color: Dark Pink. HEX triplet: EC, 48 and 76. RGB value is (236,72,118). Sum of RGB (Red+Green+Blue) = 236+72+118=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4876 is #13B789. Grayscale: #7E7E7E. Windows color (decimal): -1292170 or 7751916. OLE color: 7751916.

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

Color convert

RGB 236 72 118 -
CMYK 0 0.69 0.5 0.07
HSL 343.17º 0.81% 0.6% -
HSV(B) 343.17º 0.69% 0.93% -
XYZ 40.18 23.78 19.61 -
YUV 126.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 236 72 118 0 0.69 0.5 0.07 343.17 0.81 0.6
Hex EC 48 76 0 45 32 7 157 51 3C
Octal 354 110 166 0 105 62 7 527 121 74
Binary 11101100 1001000 1110110 0 1000101 110010 111 101010111 1010001 111100

Color Harmonies of #EC4876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4876

Black with #EC4876

Text Example


Text Example

White with #EC4876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4876; }

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

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

background-color css

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

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

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

border-color css

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

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

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