#E96594

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

Shades of Pale Violet Red #E96594

Tints of Pale Violet Red #E96594

Color information

#E96594 (or 0xE96594) is unknown color: approx Pale Violet Red. HEX triplet: E9, 65 and 94. RGB value is (233,101,148). Sum of RGB (Red+Green+Blue) = 233+101+148=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E96594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96594 is #169A6B. Grayscale: #919191. Windows color (decimal): -1481324 or 9725417. OLE color: 9725417.

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

Color convert

RGB233101148-
CMYK00.570.360.09
HSL338.64º75%65.49%-
HSV(B)338.64º56.65%91.37%-
XYZ43.628.7731.27-
YUV145.83129.23190.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=48.34%
G=20.95%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310114800.570.360.09338.647565.49
HexE965940392491534b41
Octal3511452240714411523113101
Binary111010011100101100101000111001100100100110101001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96594; }

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

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

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

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

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

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

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

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