Html Css Color HEX #EC4079 Violet Red

📋 copy color: '#EC4079'

red 236 ◦ green 64 ◦ blue 121

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

Shades of Violet Red #EC4079

Tints of Violet Red #EC4079

RGB

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

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

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

R = 56.06%
G = 15.2%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC4079 (or 0xEC4079) is known color: Violet Red. HEX triplet: EC, 40 and 79. RGB value is (236,64,121). Sum of RGB (Red+Green+Blue) = 236+64+121=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4079 is #13BF86. Grayscale: #797979. Windows color (decimal): -1294215 or 7946476. OLE color: 7946476.

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

Color convert

RGB 236 64 121 -
CMYK 0 0.73 0.49 0.07
HSL 340.12º 0.82% 0.59% -
HSV(B) 340.12º 0.73% 0.93% -
XYZ 39.88 22.88 20.4 -
YUV 121.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 236 64 121 0 0.73 0.49 0.07 340.12 0.82 0.59
Hex EC 40 79 0 49 31 7 154 52 3B
Octal 354 100 171 0 111 61 7 524 122 73
Binary 11101100 1000000 1111001 0 1001001 110001 111 101010100 1010010 111011

Color Harmonies of #EC4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4079

Black with #EC4079

Text Example


Text Example

White with #EC4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4079; }

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

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

background-color css

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

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

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

border-color css

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

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

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