Html Css Color HEX #EC4176 Dark Pink

📋 copy color: '#EC4176'

red 236 ◦ green 65 ◦ blue 118

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

Shades of Dark Pink #EC4176

Tints of Dark Pink #EC4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.51%

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

R = 56.32%
G = 15.51%
B = 28.16%

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

#EC4176 (or 0xEC4176) is known color: Dark Pink. HEX triplet: EC, 41 and 76. RGB value is (236,65,118). Sum of RGB (Red+Green+Blue) = 236+65+118=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4176 is #13BE89. Grayscale: #7A7A7A. Windows color (decimal): -1293962 or 7750124. OLE color: 7750124.

HSL color Cylindrical-coordinate representation of color #EC4176: hue angle of 341.4º 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 #EC4176 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 118 -
CMYK 0 0.72 0.5 0.07
HSL 341.4º 0.82% 0.59% -
HSV(B) 341.4º 0.72% 0.93% -
XYZ 39.75 22.92 19.47 -
YUV 122.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 236 65 118 0 0.72 0.5 0.07 341.4 0.82 0.59
Hex EC 41 76 0 48 32 7 155 52 3B
Octal 354 101 166 0 110 62 7 525 122 73
Binary 11101100 1000001 1110110 0 1001000 110010 111 101010101 1010010 111011

Color Harmonies of #EC4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4176

Black with #EC4176

Text Example


Text Example

White with #EC4176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4176; }

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

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

background-color css

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

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

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

border-color css

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

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

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