#e86697

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

Shades of Pale Violet Red #E86697

Tints of Pale Violet Red #E86697

Color information

#E86697 (or 0xE86697) is unknown color: approx Pale Violet Red. HEX triplet: E8, 66 and 97. RGB value is (232,102,151). Sum of RGB (Red+Green+Blue) = 232+102+151=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E86697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86697 is #179968. Grayscale: #929292. Windows color (decimal): -1546601 or 9922280. OLE color: 9922280.

HSL color Cylindrical-coordinate representation of color #E86697: hue angle of 337.38º 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 #E86697 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232102151-
CMYK00.560.350.09
HSL337.38º73.86%65.49%-
HSV(B)337.38º56.03%90.98%-
XYZ43.6228.8932.56-
YUV146.46130.57189.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.84%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=47.84%
G=21.03%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210215100.560.350.09337.3873.8665.49
HexE866970382391514a41
Octal3501462270704311521112101
Binary111010001100110100101110111000100011100110101000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86697; }

 p { color: rgb(232,102,151); }

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

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

 a { background-color: rgb(232,102,151); }

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

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

 span { border-color: rgb(232,102,151); }

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