#E15D95

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

Shades of Pale Violet Red #E15D95

Tints of Pale Violet Red #E15D95

Color information

#E15D95 (or 0xE15D95) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5D and 95. RGB value is (225,93,149). Sum of RGB (Red+Green+Blue) = 225+93+149=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D95 is #1EA26A. Grayscale: #8A8A8A. Windows color (decimal): -2007659 or 9788897. OLE color: 9788897.

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

Color convert

RGB22593149-
CMYK00.590.340.12
HSL334.55º68.75%62.35%-
HSV(B)334.55º58.67%88.24%-
XYZ40.3926.0131.32-
YUV138.85133.73189.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.18%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=48.18%
G=19.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259314900.590.340.12334.5568.7562.35
HexE15D9503B22C14f453e
Octal341135225073421451710576
Binary11100001101110110010101011101110001011001010011111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D95; }

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

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

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

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

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

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

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

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