#E75E96

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

Shades of Pale Violet Red #E75E96

Tints of Pale Violet Red #E75E96

Color information

#E75E96 (or 0xE75E96) is unknown color: approx Pale Violet Red. HEX triplet: E7, 5E and 96. RGB value is (231,94,150). Sum of RGB (Red+Green+Blue) = 231+94+150=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75E96 is #18A169. Grayscale: #8D8D8D. Windows color (decimal): -1614186 or 9854695. OLE color: 9854695.

HSL color Cylindrical-coordinate representation of color #E75E96: hue angle of 335.47º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75E96 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23194150-
CMYK00.590.350.09
HSL335.47º74.05%63.73%-
HSV(B)335.47º59.31%90.59%-
XYZ42.4627.231.87-
YUV141.35132.89191.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 94 (37.11% from 255) = 19.79%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=48.63%
G=19.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319415000.590.350.09335.4774.0563.73
HexE75E9603B23914f4a40
Octal3471362260734311517112100
Binary111001111011110100101100111011100011100110100111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75E96; }

 p { color: rgb(231,94,150); }

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

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

 a { background-color: rgb(231,94,150); }

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

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

 span { border-color: rgb(231,94,150); }

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