#E05FA0

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

Shades of Pale Violet Red #E05FA0

Tints of Pale Violet Red #E05FA0

Color information

#E05FA0 (or 0xE05FA0) is unknown color: approx Pale Violet Red. HEX triplet: E0, 5F and A0. RGB value is (224,95,160). Sum of RGB (Red+Green+Blue) = 224+95+160=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05FA0 is #1FA05F. Grayscale: #8C8C8C. Windows color (decimal): -2072672 or 10510304. OLE color: 10510304.

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

Color convert

RGB22495160-
CMYK00.580.290.12
HSL329.77º67.54%62.55%-
HSV(B)329.77º57.59%87.84%-
XYZ41.1826.5736.22-
YUV140.98138.74187.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=46.76%
G=19.83%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249516000.580.290.12329.7767.5462.55
HexE05FA003A1DC14a443f
Octal340137240072351451210477
Binary1110000010111111010000001110101110111001010010101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05FA0; }

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

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

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

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

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

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

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

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