#E076A2

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

Shades of Pale Violet Red #E076A2

Tints of Pale Violet Red #E076A2

Color information

#E076A2 (or 0xE076A2) is unknown color: approx Pale Violet Red. HEX triplet: E0, 76 and A2. RGB value is (224,118,162). Sum of RGB (Red+Green+Blue) = 224+118+162=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E076A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076A2 is #1F895D. Grayscale: #9A9A9A. Windows color (decimal): -2066782 or 10647264. OLE color: 10647264.

HSL color Cylindrical-coordinate representation of color #E076A2: hue angle of 335.09º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E076A2 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB224118162-
CMYK00.470.280.12
HSL335.09º63.1%67.06%-
HSV(B)335.09º47.32%87.84%-
XYZ43.7431.4137.94-
YUV154.71132.12177.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 162 (63.67% from 255) = 32.14%
R=44.44%
G=23.41%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411816200.470.280.12335.0963.167.06
HexE076A202F1CC14f3f43
Octal340166242057341451777103
Binary1110000011101101010001001011111110011001010011111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E076A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E076A2; }

 p { color: rgb(224,118,162); }

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

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

 a { background-color: rgb(224,118,162); }

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

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

 span { border-color: rgb(224,118,162); }

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