#E073AC

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

Shades of Pale Violet Red #E073AC

Tints of Pale Violet Red #E073AC

Color information

#E073AC (or 0xE073AC) is unknown color: approx Pale Violet Red. HEX triplet: E0, 73 and AC. RGB value is (224,115,172). Sum of RGB (Red+Green+Blue) = 224+115+172=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E073AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073AC is #1F8C53. Grayscale: #999999. Windows color (decimal): -2067540 or 11301856. OLE color: 11301856.

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

Color convert

RGB224115172-
CMYK00.490.230.12
HSL328.62º63.74%66.47%-
HSV(B)328.62º48.66%87.84%-
XYZ44.3231.0942.69-
YUV154.09138.11177.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=43.84%
G=22.50%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411517200.490.230.12328.6263.7466.47
HexE073AC03117C1494042
Octal3401632540612714511100102
Binary11100000111001110101100011000110111110010100100110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073AC; }

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

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

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

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

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

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

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

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