#E07AA0

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

Shades of Pale Violet Red #E07AA0

Tints of Pale Violet Red #E07AA0

Color information

#E07AA0 (or 0xE07AA0) is unknown color: approx Pale Violet Red. HEX triplet: E0, 7A and A0. RGB value is (224,122,160). Sum of RGB (Red+Green+Blue) = 224+122+160=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AA0 is #1F855F. Grayscale: #9C9C9C. Windows color (decimal): -2065760 or 10517216. OLE color: 10517216.

HSL color Cylindrical-coordinate representation of color #E07AA0: hue angle of 337.65º 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 #E07AA0 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224122160-
CMYK00.460.290.12
HSL337.65º62.2%67.84%-
HSV(B)337.65º45.54%87.84%-
XYZ44.0532.337.17-
YUV156.83129.79175.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=44.27%
G=24.11%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412216000.460.290.12337.6562.267.84
HexE07AA002E1DC1523e44
Octal340172240056351452276104
Binary1110000011110101010000001011101110111001010100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07AA0; }

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

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

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

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

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

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

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

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