#e05699

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

Shades of Pale Violet Red #E05699

Tints of Pale Violet Red #E05699

Color information

#E05699 (or 0xE05699) is unknown color: approx Pale Violet Red. HEX triplet: E0, 56 and 99. RGB value is (224,86,153). Sum of RGB (Red+Green+Blue) = 224+86+153=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E05699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05699 is #1FA966. Grayscale: #868686. Windows color (decimal): -2074983 or 10049248. OLE color: 10049248.

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

Color convert

RGB22486153-
CMYK00.620.320.12
HSL330.87º69%60.78%-
HSV(B)330.87º61.61%87.84%-
XYZ39.8224.832.83-
YUV134.9138.22191.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=48.38%
G=18.57%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248615300.620.320.12330.876960.78
HexE0569903E20C14b453d
Octal340126231076401451310575
Binary11100000101011010011001011111010000011001010010111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05699; }

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

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

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

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

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

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

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

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