#E96F9B

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

Shades of Pale Violet Red #E96F9B

Tints of Pale Violet Red #E96F9B

Color information

#E96F9B (or 0xE96F9B) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6F and 9B. RGB value is (233,111,155). Sum of RGB (Red+Green+Blue) = 233+111+155=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96F9B is #169064. Grayscale: #989898. Windows color (decimal): -1478757 or 10186729. OLE color: 10186729.

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

Color convert

RGB233111155-
CMYK00.520.330.09
HSL338.36º73.49%67.45%-
HSV(B)338.36º52.36%91.37%-
XYZ45.2131.0634.62-
YUV152.49129.42185.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.69%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=46.69%
G=22.24%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311115500.520.330.09338.3673.4967.45
HexE96F9B0342191524943
Octal3511572330644111522111103
Binary111010011101111100110110110100100001100110101001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96F9B; }

 p { color: rgb(233,111,155); }

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

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

 a { background-color: rgb(233,111,155); }

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

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

 span { border-color: rgb(233,111,155); }

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