#E86B98

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

Shades of Pale Violet Red #E86B98

Tints of Pale Violet Red #E86B98

Color information

#E86B98 (or 0xE86B98) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6B and 98. RGB value is (232,107,152). Sum of RGB (Red+Green+Blue) = 232+107+152=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86B98 is #179467. Grayscale: #959595. Windows color (decimal): -1545320 or 9989096. OLE color: 9989096.

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

Color convert

RGB232107152-
CMYK00.540.340.09
HSL338.4º73.1%66.47%-
HSV(B)338.4º53.88%90.98%-
XYZ44.229.9433.15-
YUV149.5129.41186.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.25%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=47.25%
G=21.79%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210715200.540.340.09338.473.166.47
HexE86B980362291524942
Octal3501532300664211522111102
Binary111010001101011100110000110110100010100110101001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86B98; }

 p { color: rgb(232,107,152); }

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

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

 a { background-color: rgb(232,107,152); }

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

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

 span { border-color: rgb(232,107,152); }

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