#e05fa2

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

Shades of Pale Violet Red #E05FA2

Tints of Pale Violet Red #E05FA2

Color information

#E05FA2 (or 0xE05FA2) is unknown color: approx Pale Violet Red. HEX triplet: E0, 5F and A2. RGB value is (224,95,162). Sum of RGB (Red+Green+Blue) = 224+95+162=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05FA2 is #1FA05D. Grayscale: #8D8D8D. Windows color (decimal): -2072670 or 10641376. OLE color: 10641376.

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

Color convert

RGB22495162-
CMYK00.580.280.12
HSL328.84º67.54%62.55%-
HSV(B)328.84º57.59%87.84%-
XYZ41.3526.6437.14-
YUV141.21139.74187.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 95 (37.5% from 255) = 19.75%
BLUE value IS 162 (63.67% from 255) = 33.68%
R=46.57%
G=19.75%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249516200.580.280.12328.8467.5462.55
HexE05FA203A1CC149443f
Octal340137242072341451110477
Binary1110000010111111010001001110101110011001010010011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05fa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05fa2; }

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

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

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

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

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

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

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

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