#E05D96

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

Shades of Pale Violet Red #E05D96

Tints of Pale Violet Red #E05D96

Color information

#E05D96 (or 0xE05D96) is unknown color: approx Pale Violet Red. HEX triplet: E0, 5D and 96. RGB value is (224,93,150). Sum of RGB (Red+Green+Blue) = 224+93+150=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D96 is #1FA269. Grayscale: #8A8A8A. Windows color (decimal): -2073194 or 9854432. OLE color: 9854432.

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

Color convert

RGB22493150-
CMYK00.580.330.12
HSL333.89º67.88%62.16%-
HSV(B)333.89º58.48%87.84%-
XYZ40.1625.8831.73-
YUV138.67134.4188.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=47.97%
G=19.91%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249315000.580.330.12333.8967.8862.16
HexE05D9603A21C14e443e
Octal340135226072411451610476
Binary11100000101110110010110011101010000111001010011101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05D96; }

 p { color: rgb(224,93,150); }

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

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

 a { background-color: rgb(224,93,150); }

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

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

 span { border-color: rgb(224,93,150); }

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