#E07594

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

Shades of Pale Violet Red #E07594

Tints of Pale Violet Red #E07594

Color information

#E07594 (or 0xE07594) is unknown color: approx Pale Violet Red. HEX triplet: E0, 75 and 94. RGB value is (224,117,148). Sum of RGB (Red+Green+Blue) = 224+117+148=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E07594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07594 is #1F8A6B. Grayscale: #989898. Windows color (decimal): -2067052 or 9729504. OLE color: 9729504.

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

Color convert

RGB224117148-
CMYK00.480.340.12
HSL342.62º63.31%66.86%-
HSV(B)342.62º47.77%87.84%-
XYZ42.4530.7131.71-
YUV152.53125.45178.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.81%
GREEN value IS 117 (46.09% from 255) = 23.93%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=45.81%
G=23.93%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411714800.480.340.12342.6263.3166.86
HexE0759403022C1573f43
Octal340165224060421452777103
Binary11100000111010110010100011000010001011001010101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07594; }

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

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

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

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

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

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

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

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