#E071A0

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

Shades of Pale Violet Red #E071A0

Tints of Pale Violet Red #E071A0

Color information

#E071A0 (or 0xE071A0) is unknown color: approx Pale Violet Red. HEX triplet: E0, 71 and A0. RGB value is (224,113,160). Sum of RGB (Red+Green+Blue) = 224+113+160=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E071A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071A0 is #1F8E5F. Grayscale: #979797. Windows color (decimal): -2068064 or 10514912. OLE color: 10514912.

HSL color Cylindrical-coordinate representation of color #E071A0: hue angle of 334.59º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071A0 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224113160-
CMYK00.500.290.12
HSL334.59º64.16%66.08%-
HSV(B)334.59º49.55%87.84%-
XYZ42.9930.236.82-
YUV151.55132.77179.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=45.07%
G=22.74%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411316000.500.290.12334.5964.1666.08
HexE071A00321DC14f4042
Octal3401612400623514517100102
Binary11100000111000110100000011001011101110010100111110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071A0; }

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

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

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

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

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

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

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

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