#E96198

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

Shades of Pale Violet Red #E96198

Tints of Pale Violet Red #E96198

Color information

#E96198 (or 0xE96198) is unknown color: approx Pale Violet Red. HEX triplet: E9, 61 and 98. RGB value is (233,97,152). Sum of RGB (Red+Green+Blue) = 233+97+152=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E96198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96198 is #169E67. Grayscale: #8F8F8F. Windows color (decimal): -1482344 or 9986537. OLE color: 9986537.

HSL color Cylindrical-coordinate representation of color #E96198: hue angle of 335.74º degrees, saturation: 0.76, 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 #E96198 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23397152-
CMYK00.580.350.09
HSL335.74º75.56%64.71%-
HSV(B)335.74º58.37%91.37%-
XYZ43.5528.1432.84-
YUV143.93132.56191.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=48.34%
G=20.12%
B=31.54%

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
Decimal2339715200.580.350.09335.7475.5664.71
HexE9619803A2391504c41
Octal3511412300724311520114101
Binary111010011100001100110000111010100011100110101000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96198; }

 p { color: rgb(233,97,152); }

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

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

 a { background-color: rgb(233,97,152); }

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

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

 span { border-color: rgb(233,97,152); }

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