#E6459B

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

Shades of Violet Red #E6459B

Tints of Violet Red #E6459B

Color information

#E6459B (or 0xE6459B) is unknown color: approx Violet Red. HEX triplet: E6, 45 and 9B. RGB value is (230,69,155). Sum of RGB (Red+Green+Blue) = 230+69+155=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6459B is #19BA64. Grayscale: #7E7E7E. Windows color (decimal): -1686117 or 10175974. OLE color: 10175974.

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

Color convert

RGB23069155-
CMYK00.70.330.10
HSL327.95º76.3%58.63%-
HSV(B)327.95º70%90.2%-
XYZ40.6823.4533.39-
YUV126.94143.84201.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.66%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=50.66%
G=15.20%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306915500.70.330.10327.9576.358.63
HexE6459B04621A1484c3b
Octal3461052330106411251011473
Binary111001101000101100110110100011010000110101010010001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6459B; }

 p { color: rgb(230,69,155); }

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

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

 a { background-color: rgb(230,69,155); }

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

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

 span { border-color: rgb(230,69,155); }

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