#E872A7

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

Shades of Pale Violet Red #E872A7

Tints of Pale Violet Red #E872A7

Color information

#E872A7 (or 0xE872A7) is unknown color: approx Pale Violet Red. HEX triplet: E8, 72 and A7. RGB value is (232,114,167). Sum of RGB (Red+Green+Blue) = 232+114+167=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E872A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E872A7 is #178D58. Grayscale: #9B9B9B. Windows color (decimal): -1543513 or 10973928. OLE color: 10973928.

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

Color convert

RGB232114167-
CMYK00.510.280.09
HSL333.05º71.95%67.84%-
HSV(B)333.05º50.86%90.98%-
XYZ46.2731.9840.29-
YUV155.32134.59182.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.22%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=45.22%
G=22.22%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211416700.510.280.09333.0571.9567.84
HexE872A70331C914d4844
Octal3501622470633411515110104
Binary11101000111001010100111011001111100100110100110110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E872A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E872A7; }

 p { color: rgb(232,114,167); }

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

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

 a { background-color: rgb(232,114,167); }

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

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

 span { border-color: rgb(232,114,167); }

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