#E06A9D

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

Shades of Pale Violet Red #E06A9D

Tints of Pale Violet Red #E06A9D

Color information

#E06A9D (or 0xE06A9D) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6A and 9D. RGB value is (224,106,157). Sum of RGB (Red+Green+Blue) = 224+106+157=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06A9D is #1F9562. Grayscale: #939393. Windows color (decimal): -2069859 or 10316512. OLE color: 10316512.

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

Color convert

RGB224106157-
CMYK00.530.300.12
HSL334.07º65.56%64.71%-
HSV(B)334.07º52.68%87.84%-
XYZ41.9828.5935.2-
YUV147.1133.59182.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=46.00%
G=21.77%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410615700.530.300.12334.0765.5664.71
HexE06A9D0351EC14e4241
Octal3401522350653614516102101
Binary11100000110101010011101011010111110110010100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06A9D; }

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

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

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

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

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

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

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

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