#E871A2

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

Shades of Pale Violet Red #E871A2

Tints of Pale Violet Red #E871A2

Color information

#E871A2 (or 0xE871A2) is unknown color: approx Pale Violet Red. HEX triplet: E8, 71 and A2. RGB value is (232,113,162). Sum of RGB (Red+Green+Blue) = 232+113+162=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E871A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E871A2 is #178E5D. Grayscale: #9A9A9A. Windows color (decimal): -1543774 or 10645992. OLE color: 10645992.

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

Color convert

RGB232113162-
CMYK00.510.300.09
HSL335.29º72.12%67.65%-
HSV(B)335.29º51.29%90.98%-
XYZ45.7131.5737.87-
YUV154.17132.42183.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.76%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=45.76%
G=22.29%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211316200.510.300.09335.2972.1267.65
HexE871A20331E914f4844
Octal3501612420633611517110104
Binary11101000111000110100010011001111110100110100111110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E871A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E871A2; }

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

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

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

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

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

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

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

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