#E07793

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

Shades of Pale Violet Red #E07793

Tints of Pale Violet Red #E07793

Color information

#E07793 (or 0xE07793) is unknown color: approx Pale Violet Red. HEX triplet: E0, 77 and 93. RGB value is (224,119,147). Sum of RGB (Red+Green+Blue) = 224+119+147=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E07793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07793 is #1F886C. Grayscale: #999999. Windows color (decimal): -2066541 or 9664480. OLE color: 9664480.

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

Color convert

RGB224119147-
CMYK00.470.340.12
HSL344º62.87%67.25%-
HSV(B)344º46.88%87.84%-
XYZ42.631.1531.37-
YUV153.59124.29178.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.71%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 147 (57.81% from 255) = 30%
R=45.71%
G=24.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411914700.470.340.1234462.8767.25
HexE0779302F22C1583f43
Octal340167223057421453077103
Binary11100000111011110010011010111110001011001010110001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07793; }

 p { color: rgb(224,119,147); }

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

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

 a { background-color: rgb(224,119,147); }

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

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

 span { border-color: rgb(224,119,147); }

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