#e86696

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

Shades of Pale Violet Red #E86696

Tints of Pale Violet Red #E86696

Color information

#E86696 (or 0xE86696) is unknown color: approx Pale Violet Red. HEX triplet: E8, 66 and 96. RGB value is (232,102,150). Sum of RGB (Red+Green+Blue) = 232+102+150=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E86696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86696 is #179969. Grayscale: #929292. Windows color (decimal): -1546602 or 9856744. OLE color: 9856744.

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

Color convert

RGB232102150-
CMYK00.560.350.09
HSL337.85º73.86%65.49%-
HSV(B)337.85º56.03%90.98%-
XYZ43.5428.8632.13-
YUV146.34130.07189.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.93%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=47.93%
G=21.07%
B=30.99%

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
Decimal23210215000.560.350.09337.8573.8665.49
HexE866960382391524a41
Octal3501462260704311522112101
Binary111010001100110100101100111000100011100110101001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86696; }

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

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

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

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

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

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

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

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