#E96794

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

Shades of Pale Violet Red #E96794

Tints of Pale Violet Red #E96794

Color information

#E96794 (or 0xE96794) is unknown color: approx Pale Violet Red. HEX triplet: E9, 67 and 94. RGB value is (233,103,148). Sum of RGB (Red+Green+Blue) = 233+103+148=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E96794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96794 is #16986B. Grayscale: #929292. Windows color (decimal): -1480812 or 9725929. OLE color: 9725929.

HSL color Cylindrical-coordinate representation of color #E96794: hue angle of 339.23º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96794 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233103148-
CMYK00.560.360.09
HSL339.23º74.71%65.88%-
HSV(B)339.23º55.79%91.37%-
XYZ43.829.1631.34-
YUV147128.57189.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=48.14%
G=21.28%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310314800.560.360.09339.2374.7165.88
HexE967940382491534b42
Octal3511472240704411523113102
Binary111010011100111100101000111000100100100110101001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96794; }

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

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

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

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

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

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

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

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