#E076A1

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

Shades of Pale Violet Red #E076A1

Tints of Pale Violet Red #E076A1

Color information

#E076A1 (or 0xE076A1) is unknown color: approx Pale Violet Red. HEX triplet: E0, 76 and A1. RGB value is (224,118,161). Sum of RGB (Red+Green+Blue) = 224+118+161=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E076A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076A1 is #1F895E. Grayscale: #9A9A9A. Windows color (decimal): -2066783 or 10581728. OLE color: 10581728.

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

Color convert

RGB224118161-
CMYK00.470.280.12
HSL335.66º63.1%67.06%-
HSV(B)335.66º47.32%87.84%-
XYZ43.6531.3837.47-
YUV154.6131.62177.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=44.53%
G=23.46%
B=32.01%

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
Decimal22411816100.470.280.12335.6663.167.06
HexE076A102F1CC1503f43
Octal340166241057341452077103
Binary1110000011101101010000101011111110011001010100001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E076A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E076A1; }

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

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

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

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

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

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

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

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