#E07699

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

Shades of Pale Violet Red #E07699

Tints of Pale Violet Red #E07699

Color information

#E07699 (or 0xE07699) is unknown color: approx Pale Violet Red. HEX triplet: E0, 76 and 99. RGB value is (224,118,153). Sum of RGB (Red+Green+Blue) = 224+118+153=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E07699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07699 is #1F8966. Grayscale: #999999. Windows color (decimal): -2066791 or 10057440. OLE color: 10057440.

HSL color Cylindrical-coordinate representation of color #E07699: hue angle of 340.19º 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 #E07699 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224118153-
CMYK00.470.320.12
HSL340.19º63.1%67.06%-
HSV(B)340.19º47.32%87.84%-
XYZ42.9731.133.88-
YUV153.68127.62178.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=45.25%
G=23.84%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411815300.470.320.12340.1963.167.06
HexE0769902F20C1543f43
Octal340166231057401452477103
Binary11100000111011010011001010111110000011001010101001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07699; }

 p { color: rgb(224,118,153); }

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

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

 a { background-color: rgb(224,118,153); }

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

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

 span { border-color: rgb(224,118,153); }

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