#e86095

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

Shades of Pale Violet Red #E86095

Tints of Pale Violet Red #E86095

Color information

#E86095 (or 0xE86095) is unknown color: approx Pale Violet Red. HEX triplet: E8, 60 and 95. RGB value is (232,96,149). Sum of RGB (Red+Green+Blue) = 232+96+149=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E86095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86095 is #179F6A. Grayscale: #8E8E8E. Windows color (decimal): -1548139 or 9789672. OLE color: 9789672.

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

Color convert

RGB23296149-
CMYK00.590.360.09
HSL336.62º74.73%64.31%-
HSV(B)336.62º58.62%90.98%-
XYZ42.8927.6931.52-
YUV142.71131.56191.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.64%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=48.64%
G=20.13%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329614900.590.360.09336.6274.7364.31
HexE8609503B2491514b40
Octal3501402250734411521113100
Binary111010001100000100101010111011100100100110101000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86095; }

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

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

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

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

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

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

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

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