#E86495

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

Shades of Pale Violet Red #E86495

Tints of Pale Violet Red #E86495

Color information

#E86495 (or 0xE86495) is unknown color: approx Pale Violet Red. HEX triplet: E8, 64 and 95. RGB value is (232,100,149). Sum of RGB (Red+Green+Blue) = 232+100+149=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E86495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86495 is #179B6A. Grayscale: #909090. Windows color (decimal): -1547115 or 9790696. OLE color: 9790696.

HSL color Cylindrical-coordinate representation of color #E86495: hue angle of 337.73º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86495 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232100149-
CMYK00.570.360.09
HSL337.73º74.16%65.1%-
HSV(B)337.73º56.9%90.98%-
XYZ43.2628.4431.64-
YUV145.05130.23190.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=48.23%
G=20.79%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210014900.570.360.09337.7374.1665.1
HexE864950392491524a41
Octal3501442250714411522112101
Binary111010001100100100101010111001100100100110101001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86495; }

 p { color: rgb(232,100,149); }

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

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

 a { background-color: rgb(232,100,149); }

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

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

 span { border-color: rgb(232,100,149); }

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