Html Css Color HEX #EC4276 Dark Pink

📋 copy color: '#EC4276'

red 236 ◦ green 66 ◦ blue 118

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

Shades of Dark Pink #EC4276

Tints of Dark Pink #EC4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

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

R = 56.19%
G = 15.71%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC4276 (or 0xEC4276) is known color: Dark Pink. HEX triplet: EC, 42 and 76. RGB value is (236,66,118). Sum of RGB (Red+Green+Blue) = 236+66+118=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4276 is #13BD89. Grayscale: #7A7A7A. Windows color (decimal): -1293706 or 7750380. OLE color: 7750380.

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

Color convert

RGB 236 66 118 -
CMYK 0 0.72 0.5 0.07
HSL 341.65º 0.82% 0.59% -
HSV(B) 341.65º 0.72% 0.93% -
XYZ 39.81 23.04 19.49 -
YUV 122.76 125.32 208.77 -
System Red Green Blue C M Y K H S L
Decimal 236 66 118 0 0.72 0.5 0.07 341.65 0.82 0.59
Hex EC 42 76 0 48 32 7 156 52 3B
Octal 354 102 166 0 110 62 7 526 122 73
Binary 11101100 1000010 1110110 0 1001000 110010 111 101010110 1010010 111011

Color Harmonies of #EC4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4276

Black with #EC4276

Text Example


Text Example

White with #EC4276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4276; }

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

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

background-color css

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

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

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

border-color css

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

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

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