#E07498

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

Shades of Pale Violet Red #E07498

Tints of Pale Violet Red #E07498

Color information

#E07498 (or 0xE07498) is unknown color: approx Pale Violet Red. HEX triplet: E0, 74 and 98. RGB value is (224,116,152). Sum of RGB (Red+Green+Blue) = 224+116+152=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07498 is #1F8B67. Grayscale: #989898. Windows color (decimal): -2067304 or 9991392. OLE color: 9991392.

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

Color convert

RGB224116152-
CMYK00.480.320.12
HSL340º63.53%66.67%-
HSV(B)340º48.21%87.84%-
XYZ42.6530.6133.37-
YUV152.4127.78179.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.53%
GREEN value IS 116 (45.70% from 255) = 23.58%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=45.53%
G=23.58%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411615200.480.320.1234063.5366.67
HexE0749803020C1544043
Octal3401642300604014524100103
Binary111000001110100100110000110000100000110010101010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07498; }

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

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

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

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

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

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

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

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