#E06FA1

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

Shades of Pale Violet Red #E06FA1

Tints of Pale Violet Red #E06FA1

Color information

#E06FA1 (or 0xE06FA1) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6F and A1. RGB value is (224,111,161). Sum of RGB (Red+Green+Blue) = 224+111+161=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA1 is #1F905E. Grayscale: #969696. Windows color (decimal): -2068575 or 10579936. OLE color: 10579936.

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

Color convert

RGB224111161-
CMYK00.500.280.12
HSL333.45º64.57%65.69%-
HSV(B)333.45º50.45%87.84%-
XYZ42.8629.7937.21-
YUV150.49133.94180.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 111 (43.75% from 255) = 22.38%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=45.16%
G=22.38%
B=32.46%

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
Decimal22411116100.500.280.12333.4564.5765.69
HexE06FA10321CC14d4142
Octal3401572410623414515101102
Binary11100000110111110100001011001011100110010100110110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06FA1; }

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

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

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

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

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

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

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

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