#E86595

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

Shades of Pale Violet Red #E86595

Tints of Pale Violet Red #E86595

Color information

#E86595 (or 0xE86595) is unknown color: approx Pale Violet Red. HEX triplet: E8, 65 and 95. RGB value is (232,101,149). Sum of RGB (Red+Green+Blue) = 232+101+149=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E86595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86595 is #179A6A. Grayscale: #919191. Windows color (decimal): -1546859 or 9790952. OLE color: 9790952.

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

Color convert

RGB232101149-
CMYK00.560.360.09
HSL338.02º74.01%65.29%-
HSV(B)338.02º56.47%90.98%-
XYZ43.3628.6331.68-
YUV145.64129.9189.6-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.13%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=48.13%
G=20.95%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210114900.560.360.09338.0274.0165.29
HexE865950382491524a41
Octal3501452250704411522112101
Binary111010001100101100101010111000100100100110101001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86595; }

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

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

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

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

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

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

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

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