#E15F95

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

Shades of Pale Violet Red #E15F95

Tints of Pale Violet Red #E15F95

Color information

#E15F95 (or 0xE15F95) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5F and 95. RGB value is (225,95,149). Sum of RGB (Red+Green+Blue) = 225+95+149=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15F95 is #1EA06A. Grayscale: #8B8B8B. Windows color (decimal): -2007147 or 9789409. OLE color: 9789409.

HSL color Cylindrical-coordinate representation of color #E15F95: hue angle of 335.08º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15F95 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB22595149-
CMYK00.580.340.12
HSL335.08º68.42%62.75%-
HSV(B)335.08º57.78%88.24%-
XYZ40.5726.3631.38-
YUV140.03133.07188.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=47.97%
G=20.26%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259514900.580.340.12335.0868.4262.75
HexE15F9503A22C14f443f
Octal341137225072421451710477
Binary11100001101111110010101011101010001011001010011111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15F95; }

 p { color: rgb(225,95,149); }

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

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

 a { background-color: rgb(225,95,149); }

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

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

 span { border-color: rgb(225,95,149); }

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