#E062A6

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

Shades of Pale Violet Red #E062A6

Tints of Pale Violet Red #E062A6

Color information

#E062A6 (or 0xE062A6) is unknown color: approx Pale Violet Red. HEX triplet: E0, 62 and A6. RGB value is (224,98,166). Sum of RGB (Red+Green+Blue) = 224+98+166=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E062A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E062A6 is #1F9D59. Grayscale: #8F8F8F. Windows color (decimal): -2071898 or 10904288. OLE color: 10904288.

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

Color convert

RGB22498166-
CMYK00.560.260.12
HSL327.62º67.02%63.14%-
HSV(B)327.62º56.25%87.84%-
XYZ41.9927.3439.14-
YUV143.43140.74185.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 98 (38.67% from 255) = 20.08%
BLUE value IS 166 (65.23% from 255) = 34.02%
R=45.90%
G=20.08%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249816600.560.260.12327.6267.0263.14
HexE062A60381AC148433f
Octal340142246070321451010377
Binary1110000011000101010011001110001101011001010010001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E062A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E062A6; }

 p { color: rgb(224,98,166); }

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

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

 a { background-color: rgb(224,98,166); }

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

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

 span { border-color: rgb(224,98,166); }

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