#E06996

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

Shades of Pale Violet Red #E06996

Tints of Pale Violet Red #E06996

Color information

#E06996 (or 0xE06996) is unknown color: approx Pale Violet Red. HEX triplet: E0, 69 and 96. RGB value is (224,105,150). Sum of RGB (Red+Green+Blue) = 224+105+150=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E06996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06996 is #1F9669. Grayscale: #919191. Windows color (decimal): -2070122 or 9857504. OLE color: 9857504.

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

Color convert

RGB224105150-
CMYK00.530.330.12
HSL337.31º65.75%64.51%-
HSV(B)337.31º53.12%87.84%-
XYZ41.328.1532.11-
YUV145.71130.42183.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=46.76%
G=21.92%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410515000.530.330.12337.3165.7564.51
HexE0699603521C1514241
Octal3401512260654114521102101
Binary111000001101001100101100110101100001110010101000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06996; }

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

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

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

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

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

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

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

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