#E86196

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

Shades of Pale Violet Red #E86196

Tints of Pale Violet Red #E86196

Color information

#E86196 (or 0xE86196) is unknown color: approx Pale Violet Red. HEX triplet: E8, 61 and 96. RGB value is (232,97,150). Sum of RGB (Red+Green+Blue) = 232+97+150=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E86196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86196 is #179E69. Grayscale: #8F8F8F. Windows color (decimal): -1547882 or 9855464. OLE color: 9855464.

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

Color convert

RGB23297150-
CMYK00.580.350.09
HSL336.44º74.59%64.51%-
HSV(B)336.44º58.19%90.98%-
XYZ43.0627.9131.97-
YUV143.41131.73191.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 97 (38.28% from 255) = 20.25%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=48.43%
G=20.25%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329715000.580.350.09336.4474.5964.51
HexE8619603A2391504b41
Octal3501412260724311520113101
Binary111010001100001100101100111010100011100110101000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86196; }

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

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

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

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

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

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

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

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