#E06AA7

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

Shades of Pale Violet Red #E06AA7

Tints of Pale Violet Red #E06AA7

Color information

#E06AA7 (or 0xE06AA7) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6A and A7. RGB value is (224,106,167). Sum of RGB (Red+Green+Blue) = 224+106+167=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AA7 is #1F9558. Grayscale: #949494. Windows color (decimal): -2069849 or 10971872. OLE color: 10971872.

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

Color convert

RGB224106167-
CMYK00.530.250.12
HSL328.98º65.56%64.71%-
HSV(B)328.98º52.68%87.84%-
XYZ42.8728.9539.89-
YUV148.24138.59182.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=45.07%
G=21.33%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410616700.530.250.12328.9865.5664.71
HexE06AA703519C1494241
Octal3401522470653114511102101
Binary11100000110101010100111011010111001110010100100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06AA7; }

 p { color: rgb(224,106,167); }

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

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

 a { background-color: rgb(224,106,167); }

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

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

 span { border-color: rgb(224,106,167); }

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