#E073A6

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

Shades of Pale Violet Red #E073A6

Tints of Pale Violet Red #E073A6

Color information

#E073A6 (or 0xE073A6) is unknown color: approx Pale Violet Red. HEX triplet: E0, 73 and A6. RGB value is (224,115,166). Sum of RGB (Red+Green+Blue) = 224+115+166=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E073A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073A6 is #1F8C59. Grayscale: #999999. Windows color (decimal): -2067546 or 10908640. OLE color: 10908640.

HSL color Cylindrical-coordinate representation of color #E073A6: hue angle of 331.93º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073A6 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224115166-
CMYK00.490.260.12
HSL331.93º63.74%66.47%-
HSV(B)331.93º48.66%87.84%-
XYZ43.7530.8639.73-
YUV153.4135.11178.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=44.36%
G=22.77%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411516600.490.260.12331.9363.7466.47
HexE073A60311AC14c4042
Octal3401632460613214514100102
Binary11100000111001110100110011000111010110010100110010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073A6; }

 p { color: rgb(224,115,166); }

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

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

 a { background-color: rgb(224,115,166); }

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

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

 span { border-color: rgb(224,115,166); }

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