#E85F99

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

Shades of Pale Violet Red #E85F99

Tints of Pale Violet Red #E85F99

Color information

#E85F99 (or 0xE85F99) is unknown color: approx Pale Violet Red. HEX triplet: E8, 5F and 99. RGB value is (232,95,153). Sum of RGB (Red+Green+Blue) = 232+95+153=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F99 is #17A066. Grayscale: #8E8E8E. Windows color (decimal): -1548391 or 10051560. OLE color: 10051560.

HSL color Cylindrical-coordinate representation of color #E85F99: hue angle of 334.6º degrees, saturation: 0.75, 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 #E85F99 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB23295153-
CMYK00.590.340.09
HSL334.6º74.86%64.12%-
HSV(B)334.6º59.05%90.98%-
XYZ43.1227.6433.2-
YUV142.57133.89191.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.33%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=48.33%
G=19.79%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329515300.590.340.09334.674.8664.12
HexE85F9903B22914f4b40
Octal3501372310734211517113100
Binary111010001011111100110010111011100010100110100111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F99; }

 p { color: rgb(232,95,153); }

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

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

 a { background-color: rgb(232,95,153); }

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

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

 span { border-color: rgb(232,95,153); }

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