#E06FA9

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

Shades of Pale Violet Red #E06FA9

Tints of Pale Violet Red #E06FA9

Color information

#E06FA9 (or 0xE06FA9) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6F and A9. RGB value is (224,111,169). Sum of RGB (Red+Green+Blue) = 224+111+169=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA9 is #1F9056. Grayscale: #979797. Windows color (decimal): -2068567 or 11104224. OLE color: 11104224.

HSL color Cylindrical-coordinate representation of color #E06FA9: hue angle of 329.2º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06FA9 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224111169-
CMYK00.500.250.12
HSL329.2º64.57%65.69%-
HSV(B)329.2º50.45%87.84%-
XYZ43.5930.0841.05-
YUV151.4137.94179.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 111 (43.75% from 255) = 22.02%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=44.44%
G=22.02%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411116900.500.250.12329.264.5765.69
HexE06FA903219C1494142
Octal3401572510623114511101102
Binary11100000110111110101001011001011001110010100100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06FA9; }

 p { color: rgb(224,111,169); }

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

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

 a { background-color: rgb(224,111,169); }

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

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

 span { border-color: rgb(224,111,169); }

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