#E05EA1

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

Shades of Pale Violet Red #E05EA1

Tints of Pale Violet Red #E05EA1

Color information

#E05EA1 (or 0xE05EA1) is unknown color: approx Pale Violet Red. HEX triplet: E0, 5E and A1. RGB value is (224,94,161). Sum of RGB (Red+Green+Blue) = 224+94+161=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05EA1 is #1FA15E. Grayscale: #8C8C8C. Windows color (decimal): -2072927 or 10575584. OLE color: 10575584.

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

Color convert

RGB22494161-
CMYK00.580.280.12
HSL329.08º67.71%62.35%-
HSV(B)329.08º58.04%87.84%-
XYZ41.1826.4336.65-
YUV140.51139.57187.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=46.76%
G=19.62%
B=33.61%

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
Decimal2249416100.580.280.12329.0867.7162.35
HexE05EA103A1CC149443e
Octal340136241072341451110476
Binary1110000010111101010000101110101110011001010010011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05EA1; }

 p { color: rgb(224,94,161); }

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

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

 a { background-color: rgb(224,94,161); }

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

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

 span { border-color: rgb(224,94,161); }

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