#E06497

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

Shades of Pale Violet Red #E06497

Tints of Pale Violet Red #E06497

Color information

#E06497 (or 0xE06497) is unknown color: approx Pale Violet Red. HEX triplet: E0, 64 and 97. RGB value is (224,100,151). Sum of RGB (Red+Green+Blue) = 224+100+151=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E06497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06497 is #1F9B68. Grayscale: #8E8E8E. Windows color (decimal): -2071401 or 9921760. OLE color: 9921760.

HSL color Cylindrical-coordinate representation of color #E06497: hue angle of 335.32º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06497 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224100151-
CMYK00.550.330.12
HSL335.32º66.67%63.53%-
HSV(B)335.32º55.36%87.84%-
XYZ40.8827.232.37-
YUV142.89132.58185.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=47.16%
G=21.05%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410015100.550.330.12335.3266.6763.53
HexE0649703721C14f4340
Octal3401442270674114517103100
Binary111000001100100100101110110111100001110010100111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06497; }

 p { color: rgb(224,100,151); }

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

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

 a { background-color: rgb(224,100,151); }

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

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

 span { border-color: rgb(224,100,151); }

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