#E05998

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

Shades of Pale Violet Red #E05998

Tints of Pale Violet Red #E05998

Color information

#E05998 (or 0xE05998) is unknown color: approx Pale Violet Red. HEX triplet: E0, 59 and 98. RGB value is (224,89,152). Sum of RGB (Red+Green+Blue) = 224+89+152=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E05998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05998 is #1FA667. Grayscale: #888888. Windows color (decimal): -2074216 or 9984480. OLE color: 9984480.

HSL color Cylindrical-coordinate representation of color #E05998: hue angle of 332º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05998 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB22489152-
CMYK00.600.320.12
HSL332º68.53%61.37%-
HSV(B)332º60.27%87.84%-
XYZ39.9825.2632.47-
YUV136.55136.73190.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=48.17%
G=19.14%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248915200.600.320.1233268.5361.37
HexE0599803C20C14c453d
Octal340131230074401451410575
Binary11100000101100110011000011110010000011001010011001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05998; }

 p { color: rgb(224,89,152); }

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

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

 a { background-color: rgb(224,89,152); }

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

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

 span { border-color: rgb(224,89,152); }

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