#E96397

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

Shades of Pale Violet Red #E96397

Tints of Pale Violet Red #E96397

Color information

#E96397 (or 0xE96397) is unknown color: approx Pale Violet Red. HEX triplet: E9, 63 and 97. RGB value is (233,99,151). Sum of RGB (Red+Green+Blue) = 233+99+151=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E96397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96397 is #169C68. Grayscale: #909090. Windows color (decimal): -1481833 or 9921513. OLE color: 9921513.

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

Color convert

RGB23399151-
CMYK00.580.350.09
HSL336.72º75.28%65.1%-
HSV(B)336.72º57.51%91.37%-
XYZ43.6528.4832.47-
YUV144.99131.39190.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.24%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=48.24%
G=20.50%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339915100.580.350.09336.7275.2865.1
HexE9639703A2391514b41
Octal3511432270724311521113101
Binary111010011100011100101110111010100011100110101000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96397; }

 p { color: rgb(233,99,151); }

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

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

 a { background-color: rgb(233,99,151); }

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

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

 span { border-color: rgb(233,99,151); }

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