#e06e95

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

Shades of Pale Violet Red #E06E95

Tints of Pale Violet Red #E06E95

Color information

#E06E95 (or 0xE06E95) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6E and 95. RGB value is (224,110,149). Sum of RGB (Red+Green+Blue) = 224+110+149=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E95 is #1F916A. Grayscale: #949494. Windows color (decimal): -2068843 or 9793248. OLE color: 9793248.

HSL color Cylindrical-coordinate representation of color #E06E95: hue angle of 339.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E95 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224110149-
CMYK00.510.330.12
HSL339.47º64.77%65.49%-
HSV(B)339.47º50.89%87.84%-
XYZ41.7429.1731.86-
YUV148.53128.27181.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=46.38%
G=22.77%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411014900.510.330.12339.4764.7765.49
HexE06E9503321C1534141
Octal3401562250634114523101101
Binary111000001101110100101010110011100001110010101001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06e95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06e95; }

 p { color: rgb(224,110,149); }

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

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

 a { background-color: rgb(224,110,149); }

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

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

 span { border-color: rgb(224,110,149); }

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