#E077A4

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

Shades of Pale Violet Red #E077A4

Tints of Pale Violet Red #E077A4

Color information

#E077A4 (or 0xE077A4) is unknown color: approx Pale Violet Red. HEX triplet: E0, 77 and A4. RGB value is (224,119,164). Sum of RGB (Red+Green+Blue) = 224+119+164=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E077A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077A4 is #1F885B. Grayscale: #9B9B9B. Windows color (decimal): -2066524 or 10778592. OLE color: 10778592.

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

Color convert

RGB224119164-
CMYK00.470.270.12
HSL334.29º62.87%67.25%-
HSV(B)334.29º46.88%87.84%-
XYZ44.0431.7238.92-
YUV155.52132.79176.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=44.18%
G=23.47%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411916400.470.270.12334.2962.8767.25
HexE077A402F1BC14e3f43
Octal340167244057331451677103
Binary1110000011101111010010001011111101111001010011101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E077A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E077A4; }

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

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

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

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

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

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

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

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