#E06A90

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

Shades of Pale Violet Red #E06A90

Tints of Pale Violet Red #E06A90

Color information

#E06A90 (or 0xE06A90) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6A and 90. RGB value is (224,106,144). Sum of RGB (Red+Green+Blue) = 224+106+144=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06A90 is #1F956F. Grayscale: #919191. Windows color (decimal): -2069872 or 9464544. OLE color: 9464544.

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

Color convert

RGB224106144-
CMYK00.530.360.12
HSL340.68º65.56%64.71%-
HSV(B)340.68º52.68%87.84%-
XYZ40.9328.1729.67-
YUV145.61127.09183.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=47.26%
G=22.36%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410614400.530.360.12340.6865.5664.71
HexE06A9003524C1554241
Octal3401522200654414525102101
Binary111000001101010100100000110101100100110010101010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06A90; }

 p { color: rgb(224,106,144); }

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

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

 a { background-color: rgb(224,106,144); }

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

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

 span { border-color: rgb(224,106,144); }

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