#E07AA8

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

Shades of Pale Violet Red #E07AA8

Tints of Pale Violet Red #E07AA8

Color information

#E07AA8 (or 0xE07AA8) is unknown color: approx Pale Violet Red. HEX triplet: E0, 7A and A8. RGB value is (224,122,168). Sum of RGB (Red+Green+Blue) = 224+122+168=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AA8 is #1F8557. Grayscale: #9D9D9D. Windows color (decimal): -2065752 or 11041504. OLE color: 11041504.

HSL color Cylindrical-coordinate representation of color #E07AA8: hue angle of 332.94º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07AA8 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224122168-
CMYK00.460.250.12
HSL332.94º62.2%67.84%-
HSV(B)332.94º45.54%87.84%-
XYZ44.7732.5940.98-
YUV157.74133.79175.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 168 (66.02% from 255) = 32.68%
R=43.58%
G=23.74%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412216800.460.250.12332.9462.267.84
HexE07AA802E19C14d3e44
Octal340172250056311451576104
Binary1110000011110101010100001011101100111001010011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07AA8; }

 p { color: rgb(224,122,168); }

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

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

 a { background-color: rgb(224,122,168); }

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

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

 span { border-color: rgb(224,122,168); }

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