#E866A2

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

Shades of Pale Violet Red #E866A2

Tints of Pale Violet Red #E866A2

Color information

#E866A2 (or 0xE866A2) is unknown color: approx Pale Violet Red. HEX triplet: E8, 66 and A2. RGB value is (232,102,162). Sum of RGB (Red+Green+Blue) = 232+102+162=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E866A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E866A2 is #17995D. Grayscale: #939393. Windows color (decimal): -1546590 or 10643176. OLE color: 10643176.

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

Color convert

RGB232102162-
CMYK00.560.300.09
HSL332.31º73.86%65.49%-
HSV(B)332.31º56.03%90.98%-
XYZ44.5529.2737.48-
YUV147.71136.07188.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=46.77%
G=20.56%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210216200.560.300.09332.3173.8665.49
HexE866A20381E914c4a41
Octal3501462420703611514112101
Binary11101000110011010100010011100011110100110100110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E866A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E866A2; }

 p { color: rgb(232,102,162); }

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

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

 a { background-color: rgb(232,102,162); }

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

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

 span { border-color: rgb(232,102,162); }

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