#E86B9D

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

Shades of Pale Violet Red #E86B9D

Tints of Pale Violet Red #E86B9D

Color information

#E86B9D (or 0xE86B9D) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6B and 9D. RGB value is (232,107,157). Sum of RGB (Red+Green+Blue) = 232+107+157=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86B9D is #179462. Grayscale: #969696. Windows color (decimal): -1545315 or 10316776. OLE color: 10316776.

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

Color convert

RGB232107157-
CMYK00.540.320.09
HSL336º73.1%66.47%-
HSV(B)336º53.88%90.98%-
XYZ44.6230.1135.36-
YUV150.07131.91186.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 107 (42.19% from 255) = 21.57%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=46.77%
G=21.57%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210715700.540.320.0933673.166.47
HexE86B9D0362091504942
Octal3501532350664011520111102
Binary111010001101011100111010110110100000100110101000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86B9D; }

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

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

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

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

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

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

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

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