#E45D98

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

Shades of Pale Violet Red #E45D98

Tints of Pale Violet Red #E45D98

Color information

#E45D98 (or 0xE45D98) is unknown color: approx Pale Violet Red. HEX triplet: E4, 5D and 98. RGB value is (228,93,152). Sum of RGB (Red+Green+Blue) = 228+93+152=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45D98 is #1BA267. Grayscale: #8B8B8B. Windows color (decimal): -1811048 or 9985508. OLE color: 9985508.

HSL color Cylindrical-coordinate representation of color #E45D98: hue angle of 333.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45D98 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB22893152-
CMYK00.590.330.11
HSL333.78º71.43%62.94%-
HSV(B)333.78º59.21%89.41%-
XYZ41.5826.5932.65-
YUV140.09134.73190.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.20%
GREEN value IS 93 (36.72% from 255) = 19.66%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=48.20%
G=19.66%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289315200.590.330.11333.7871.4362.94
HexE45D9803B21B14e473f
Octal344135230073411351610777
Binary11100100101110110011000011101110000110111010011101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45D98; }

 p { color: rgb(228,93,152); }

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

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

 a { background-color: rgb(228,93,152); }

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

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

 span { border-color: rgb(228,93,152); }

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