#EA479D

Color #EA479D Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #EA479D

Tints of Violet Red #EA479D

Color information

#EA479D (or 0xEA479D) is unknown color: approx Violet Red. HEX triplet: EA, 47 and 9D. RGB value is (234,71,157). Sum of RGB (Red+Green+Blue) = 234+71+157=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA479D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA479D is #15B862. Grayscale: #818181. Windows color (decimal): -1423459 or 10307562. OLE color: 10307562.

HSL color Cylindrical-coordinate representation of color #EA479D: hue angle of 328.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA479D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB23471157-
CMYK00.700.330.08
HSL328.34º79.51%59.8%-
HSV(B)328.34º69.66%91.76%-
XYZ42.2724.4334.39-
YUV129.54143.5202.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.65%
GREEN value IS 71 (28.12% from 255) = 15.37%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=50.65%
G=15.37%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347115700.700.330.08328.3479.5159.8
HexEA479D046218148503c
Octal3521072350106411051012074
Binary111010101000111100111010100011010000110001010010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA479D; }

 p { color: rgb(234,71,157); }

 H1.HeaderClassName
 {
   color: #EA479D;
 }
 .AnyTagClassName
 {
   color: #EA479D;
 }
</style>
background-color css

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

 a { background-color: rgb(234,71,157); }

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

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

 span { border-color: rgb(234,71,157); }

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