#E864A3

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

Shades of Pale Violet Red #E864A3

Tints of Pale Violet Red #E864A3

Color information

#E864A3 (or 0xE864A3) is unknown color: approx Pale Violet Red. HEX triplet: E8, 64 and A3. RGB value is (232,100,163). Sum of RGB (Red+Green+Blue) = 232+100+163=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E864A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E864A3 is #179B5C. Grayscale: #929292. Windows color (decimal): -1547101 or 10708200. OLE color: 10708200.

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

Color convert

RGB232100163-
CMYK00.570.300.09
HSL331.36º74.16%65.1%-
HSV(B)331.36º56.9%90.98%-
XYZ44.4528.9137.89-
YUV146.65137.23188.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 100 (39.45% from 255) = 20.20%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=46.87%
G=20.20%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210016300.570.300.09331.3674.1665.1
HexE864A30391E914b4a41
Octal3501442430713611513112101
Binary11101000110010010100011011100111110100110100101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E864A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E864A3; }

 p { color: rgb(232,100,163); }

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

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

 a { background-color: rgb(232,100,163); }

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

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

 span { border-color: rgb(232,100,163); }

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