#E15D9D

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

Shades of Pale Violet Red #E15D9D

Tints of Pale Violet Red #E15D9D

Color information

#E15D9D (or 0xE15D9D) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5D and 9D. RGB value is (225,93,157). Sum of RGB (Red+Green+Blue) = 225+93+157=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D9D is #1EA262. Grayscale: #8B8B8B. Windows color (decimal): -2007651 or 10313185. OLE color: 10313185.

HSL color Cylindrical-coordinate representation of color #E15D9D: hue angle of 330.91º 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 #E15D9D is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB22593157-
CMYK00.590.300.12
HSL330.91º68.75%62.35%-
HSV(B)330.91º58.67%88.24%-
XYZ41.0526.2734.81-
YUV139.76137.73188.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=47.37%
G=19.58%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259315700.590.300.12330.9168.7562.35
HexE15D9D03B1EC14b453e
Octal341135235073361451310576
Binary1110000110111011001110101110111111011001010010111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D9D; }

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

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

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

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

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

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

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

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