#E07998

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

Shades of Pale Violet Red #E07998

Tints of Pale Violet Red #E07998

Color information

#E07998 (or 0xE07998) is unknown color: approx Pale Violet Red. HEX triplet: E0, 79 and 98. RGB value is (224,121,152). Sum of RGB (Red+Green+Blue) = 224+121+152=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E07998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07998 is #1F8667. Grayscale: #9B9B9B. Windows color (decimal): -2066024 or 9992672. OLE color: 9992672.

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

Color convert

RGB224121152-
CMYK00.460.320.12
HSL341.94º62.42%67.65%-
HSV(B)341.94º45.98%87.84%-
XYZ43.2531.7933.56-
YUV155.33126.12176.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=45.07%
G=24.35%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412115200.460.320.12341.9462.4267.65
HexE0799802E20C1563e44
Octal340171230056401452676104
Binary11100000111100110011000010111010000011001010101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07998; }

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

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

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

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

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

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

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

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