#E06496

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

Shades of Pale Violet Red #E06496

Tints of Pale Violet Red #E06496

Color information

#E06496 (or 0xE06496) is unknown color: approx Pale Violet Red. HEX triplet: E0, 64 and 96. RGB value is (224,100,150). Sum of RGB (Red+Green+Blue) = 224+100+150=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06496 is #1F9B69. Grayscale: #8E8E8E. Windows color (decimal): -2071402 or 9856224. OLE color: 9856224.

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

Color convert

RGB224100150-
CMYK00.550.330.12
HSL335.81º66.67%63.53%-
HSV(B)335.81º55.36%87.84%-
XYZ40.827.1631.95-
YUV142.78132.08185.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 100 (39.45% from 255) = 21.10%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=47.26%
G=21.10%
B=31.65%

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
Decimal22410015000.550.330.12335.8166.6763.53
HexE0649603721C1504340
Octal3401442260674114520103100
Binary111000001100100100101100110111100001110010101000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06496; }

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

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

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

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

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

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

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

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