#E96499

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

Shades of Pale Violet Red #E96499

Tints of Pale Violet Red #E96499

Color information

#E96499 (or 0xE96499) is unknown color: approx Pale Violet Red. HEX triplet: E9, 64 and 99. RGB value is (233,100,153). Sum of RGB (Red+Green+Blue) = 233+100+153=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E96499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96499 is #169B66. Grayscale: #919191. Windows color (decimal): -1481575 or 10052841. OLE color: 10052841.

HSL color Cylindrical-coordinate representation of color #E96499: hue angle of 336.09º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96499 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB233100153-
CMYK00.570.340.09
HSL336.09º75.14%65.29%-
HSV(B)336.09º57.08%91.37%-
XYZ43.9128.7433.37-
YUV145.81132.06190.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.94%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=47.94%
G=20.58%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310015300.570.340.09336.0975.1465.29
HexE964990392291504b41
Octal3511442310714211520113101
Binary111010011100100100110010111001100010100110101000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96499; }

 p { color: rgb(233,100,153); }

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

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

 a { background-color: rgb(233,100,153); }

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

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

 span { border-color: rgb(233,100,153); }

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