#E077A0

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

Shades of Pale Violet Red #E077A0

Tints of Pale Violet Red #E077A0

Color information

#E077A0 (or 0xE077A0) is unknown color: approx Pale Violet Red. HEX triplet: E0, 77 and A0. RGB value is (224,119,160). Sum of RGB (Red+Green+Blue) = 224+119+160=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E077A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077A0 is #1F885F. Grayscale: #9B9B9B. Windows color (decimal): -2066528 or 10516448. OLE color: 10516448.

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

Color convert

RGB224119160-
CMYK00.470.290.12
HSL336.57º62.87%67.25%-
HSV(B)336.57º46.88%87.84%-
XYZ43.6831.5837.05-
YUV155.07130.79177.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=44.53%
G=23.66%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411916000.470.290.12336.5762.8767.25
HexE077A002F1DC1513f43
Octal340167240057351452177103
Binary1110000011101111010000001011111110111001010100011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E077A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E077A0; }

 p { color: rgb(224,119,160); }

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

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

 a { background-color: rgb(224,119,160); }

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

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

 span { border-color: rgb(224,119,160); }

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