#E05B94

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

Shades of Pale Violet Red #E05B94

Tints of Pale Violet Red #E05B94

Color information

#E05B94 (or 0xE05B94) is unknown color: approx Pale Violet Red. HEX triplet: E0, 5B and 94. RGB value is (224,91,148). Sum of RGB (Red+Green+Blue) = 224+91+148=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05B94 is #1FA46B. Grayscale: #898989. Windows color (decimal): -2073708 or 9722848. OLE color: 9722848.

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

Color convert

RGB22491148-
CMYK00.590.340.12
HSL334.29º68.21%61.76%-
HSV(B)334.29º59.38%87.84%-
XYZ39.8325.4730.83-
YUV137.26134.06189.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 91 (35.94% from 255) = 19.65%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=48.38%
G=19.65%
B=31.97%

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
Decimal2249114800.590.340.12334.2968.2161.76
HexE05B9403B22C14e443e
Octal340133224073421451610476
Binary11100000101101110010100011101110001011001010011101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05B94; }

 p { color: rgb(224,91,148); }

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

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

 a { background-color: rgb(224,91,148); }

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

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

 span { border-color: rgb(224,91,148); }

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