Html Css Color HEX #EC4279 Dark Pink

📋 copy color: '#EC4279'

red 236 ◦ green 66 ◦ blue 121

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

Shades of Dark Pink #EC4279

Tints of Dark Pink #EC4279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 55.79%
G = 15.6%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC4279 (or 0xEC4279) is known color: Dark Pink. HEX triplet: EC, 42 and 79. RGB value is (236,66,121). Sum of RGB (Red+Green+Blue) = 236+66+121=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4279 is #13BD86. Grayscale: #7B7B7B. Windows color (decimal): -1293703 or 7946988. OLE color: 7946988.

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

Color convert

RGB 236 66 121 -
CMYK 0 0.72 0.49 0.07
HSL 340.59º 0.82% 0.59% -
HSV(B) 340.59º 0.72% 0.93% -
XYZ 39.99 23.11 20.44 -
YUV 123.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 236 66 121 0 0.72 0.49 0.07 340.59 0.82 0.59
Hex EC 42 79 0 48 31 7 155 52 3B
Octal 354 102 171 0 110 61 7 525 122 73
Binary 11101100 1000010 1111001 0 1001000 110001 111 101010101 1010010 111011

Color Harmonies of #EC4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4279

Black with #EC4279

Text Example


Text Example

White with #EC4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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