#E96B97

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

Shades of Pale Violet Red #E96B97

Tints of Pale Violet Red #E96B97

Color information

#E96B97 (or 0xE96B97) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6B and 97. RGB value is (233,107,151). Sum of RGB (Red+Green+Blue) = 233+107+151=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96B97 is #169468. Grayscale: #959595. Windows color (decimal): -1479785 or 9923561. OLE color: 9923561.

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

Color convert

RGB233107151-
CMYK00.540.350.09
HSL339.05º74.12%66.67%-
HSV(B)339.05º54.08%91.37%-
XYZ44.4530.0732.74-
YUV149.69128.74187.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=47.45%
G=21.79%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310715100.540.350.09339.0574.1266.67
HexE96B970362391534a43
Octal3511532270664311523112103
Binary111010011101011100101110110110100011100110101001110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96B97; }

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

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

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

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

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

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

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

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