#E07AA3

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

Shades of Pale Violet Red #E07AA3

Tints of Pale Violet Red #E07AA3

Color information

#E07AA3 (or 0xE07AA3) is unknown color: approx Pale Violet Red. HEX triplet: E0, 7A and A3. RGB value is (224,122,163). Sum of RGB (Red+Green+Blue) = 224+122+163=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AA3 is #1F855C. Grayscale: #9D9D9D. Windows color (decimal): -2065757 or 10713824. OLE color: 10713824.

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

Color convert

RGB224122163-
CMYK00.460.270.12
HSL335.88º62.2%67.84%-
HSV(B)335.88º45.54%87.84%-
XYZ44.3132.4138.57-
YUV157.17131.29175.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=44.01%
G=23.97%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412216300.460.270.12335.8862.267.84
HexE07AA302E1BC1503e44
Octal340172243056331452076104
Binary1110000011110101010001101011101101111001010100001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07AA3; }

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

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

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

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

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

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

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

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