#E06FA2

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

Shades of Pale Violet Red #E06FA2

Tints of Pale Violet Red #E06FA2

Color information

#E06FA2 (or 0xE06FA2) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6F and A2. RGB value is (224,111,162). Sum of RGB (Red+Green+Blue) = 224+111+162=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA2 is #1F905D. Grayscale: #969696. Windows color (decimal): -2068574 or 10645472. OLE color: 10645472.

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

Color convert

RGB224111162-
CMYK00.500.280.12
HSL332.92º64.57%65.69%-
HSV(B)332.92º50.45%87.84%-
XYZ42.9529.8237.68-
YUV150.6134.44180.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=45.07%
G=22.33%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411116200.500.280.12332.9264.5765.69
HexE06FA20321CC14d4142
Octal3401572420623414515101102
Binary11100000110111110100010011001011100110010100110110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06FA2; }

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

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

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

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

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

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

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

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