#E060A5

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

Shades of Pale Violet Red #E060A5

Tints of Pale Violet Red #E060A5

Color information

#E060A5 (or 0xE060A5) is unknown color: approx Pale Violet Red. HEX triplet: E0, 60 and A5. RGB value is (224,96,165). Sum of RGB (Red+Green+Blue) = 224+96+165=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E060A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E060A5 is #1F9F5A. Grayscale: #8D8D8D. Windows color (decimal): -2072411 or 10838240. OLE color: 10838240.

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

Color convert

RGB22496165-
CMYK00.570.260.12
HSL327.66º67.37%62.75%-
HSV(B)327.66º57.14%87.84%-
XYZ41.7126.9338.6-
YUV142.14140.91186.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=46.19%
G=19.79%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249616500.570.260.12327.6667.3762.75
HexE060A50391AC148433f
Octal340140245071321451010377
Binary1110000011000001010010101110011101011001010010001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E060A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E060A5; }

 p { color: rgb(224,96,165); }

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

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

 a { background-color: rgb(224,96,165); }

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

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

 span { border-color: rgb(224,96,165); }

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