#E96598

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

Shades of Pale Violet Red #E96598

Tints of Pale Violet Red #E96598

Color information

#E96598 (or 0xE96598) is unknown color: approx Pale Violet Red. HEX triplet: E9, 65 and 98. RGB value is (233,101,152). Sum of RGB (Red+Green+Blue) = 233+101+152=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E96598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96598 is #169A67. Grayscale: #929292. Windows color (decimal): -1481320 or 9987561. OLE color: 9987561.

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

Color convert

RGB233101152-
CMYK00.570.350.09
HSL336.82º75%65.49%-
HSV(B)336.82º56.65%91.37%-
XYZ43.9328.932.97-
YUV146.28131.23189.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.94%
GREEN value IS 101 (39.84% from 255) = 20.78%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=47.94%
G=20.78%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310115200.570.350.09336.827565.49
HexE965980392391514b41
Octal3511452300714311521113101
Binary111010011100101100110000111001100011100110101000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96598; }

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

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

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

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

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

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

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

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