Html Css Color HEX #EC479A Violet Red

📋 copy color: '#EC479A'

red 236 ◦ green 71 ◦ blue 154

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

Shades of Violet Red #EC479A

Tints of Violet Red #EC479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.4%

 BLUE value IS 154 (60.55% from 255) = 33.41%

R = 51.19%
G = 15.4%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC479A (or 0xEC479A) is known color: Violet Red. HEX triplet: EC, 47 and 9A. RGB value is (236,71,154). Sum of RGB (Red+Green+Blue) = 236+71+154=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC479A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC479A is #13B865. Grayscale: #818181. Windows color (decimal): -1292390 or 10110956. OLE color: 10110956.

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

Color convert

RGB 236 71 154 -
CMYK 0 0.70 0.35 0.07
HSL 329.82º 0.81% 0.6% -
HSV(B) 329.82º 0.7% 0.93% -
XYZ 42.68 24.67 33.08 -
YUV 129.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 236 71 154 0 0.70 0.35 0.07 329.82 0.81 0.6
Hex EC 47 9A 0 46 23 7 14A 51 3C
Octal 354 107 232 0 106 43 7 512 121 74
Binary 11101100 1000111 10011010 0 1000110 100011 111 101001010 1010001 111100

Color Harmonies of #EC479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC479A

Black with #EC479A

Text Example


Text Example

White with #EC479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC479A; }

 p { color: rgb(236,71,154); }

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

background-color css

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

 a { background-color: rgb(236,71,154); }

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

border-color css

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

 span { border-color: rgb(236,71,154); }

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