#E06FAA

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

Shades of Pale Violet Red #E06FAA

Tints of Pale Violet Red #E06FAA

Color information

#E06FAA (or 0xE06FAA) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6F and AA. RGB value is (224,111,170). Sum of RGB (Red+Green+Blue) = 224+111+170=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FAA is #1F9055. Grayscale: #979797. Windows color (decimal): -2068566 or 11169760. OLE color: 11169760.

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

Color convert

RGB224111170-
CMYK00.500.240.12
HSL328.67º64.57%65.69%-
HSV(B)328.67º50.45%87.84%-
XYZ43.6830.1241.54-
YUV151.51138.44179.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=44.36%
G=21.98%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411117000.500.240.12328.6764.5765.69
HexE06FAA03218C1494142
Octal3401572520623014511101102
Binary11100000110111110101010011001011000110010100100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06FAA; }

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

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

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

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

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

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

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

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