#E5469E

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

Shades of Violet Red #E5469E

Tints of Violet Red #E5469E

Color information

#E5469E (or 0xE5469E) is unknown color: approx Violet Red. HEX triplet: E5, 46 and 9E. RGB value is (229,70,158). Sum of RGB (Red+Green+Blue) = 229+70+158=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5469E is #1AB961. Grayscale: #7F7F7F. Windows color (decimal): -1751394 or 10372837. OLE color: 10372837.

HSL color Cylindrical-coordinate representation of color #E5469E: hue angle of 326.79º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5469E is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB22970158-
CMYK00.690.310.10
HSL326.79º75.36%58.63%-
HSV(B)326.79º69.43%89.8%-
XYZ40.6723.5134.74-
YUV127.57145.18200.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 70 (27.73% from 255) = 15.32%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=50.11%
G=15.32%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297015800.690.310.10326.7975.3658.63
HexE5469E0451FA1474b3b
Octal3451062360105371250711373
Binary11100101100011010011110010001011111110101010001111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5469E; }

 p { color: rgb(229,70,158); }

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

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

 a { background-color: rgb(229,70,158); }

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

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

 span { border-color: rgb(229,70,158); }

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