#E86BA5

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

Shades of Pale Violet Red #E86BA5

Tints of Pale Violet Red #E86BA5

Color information

#E86BA5 (or 0xE86BA5) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6B and A5. RGB value is (232,107,165). Sum of RGB (Red+Green+Blue) = 232+107+165=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86BA5 is #17945A. Grayscale: #969696. Windows color (decimal): -1545307 or 10841064. OLE color: 10841064.

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

Color convert

RGB232107165-
CMYK00.540.290.09
HSL332.16º73.1%66.47%-
HSV(B)332.16º53.88%90.98%-
XYZ45.3330.3939.07-
YUV150.99135.91185.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.03%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=46.03%
G=21.23%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210716500.540.290.09332.1673.166.47
HexE86BA50361D914c4942
Octal3501532450663511514111102
Binary11101000110101110100101011011011101100110100110010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86BA5; }

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

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

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

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

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

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

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

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