#E86D99

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

Shades of Pale Violet Red #E86D99

Tints of Pale Violet Red #E86D99

Color information

#E86D99 (or 0xE86D99) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6D and 99. RGB value is (232,109,153). Sum of RGB (Red+Green+Blue) = 232+109+153=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86D99 is #179266. Grayscale: #969696. Windows color (decimal): -1544807 or 10055144. OLE color: 10055144.

HSL color Cylindrical-coordinate representation of color #E86D99: hue angle of 338.54º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86D99 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232109153-
CMYK00.530.340.09
HSL338.54º72.78%66.86%-
HSV(B)338.54º53.02%90.98%-
XYZ44.530.3933.66-
YUV150.79129.25185.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.96%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=46.96%
G=22.06%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210915300.530.340.09338.5472.7866.86
HexE86D990352291534943
Octal3501552310654211523111103
Binary111010001101101100110010110101100010100110101001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86D99; }

 p { color: rgb(232,109,153); }

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

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

 a { background-color: rgb(232,109,153); }

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

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

 span { border-color: rgb(232,109,153); }

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