#E06BA9

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

Shades of Pale Violet Red #E06BA9

Tints of Pale Violet Red #E06BA9

Color information

#E06BA9 (or 0xE06BA9) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6B and A9. RGB value is (224,107,169). Sum of RGB (Red+Green+Blue) = 224+107+169=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BA9 is #1F9456. Grayscale: #949494. Windows color (decimal): -2069591 or 11103200. OLE color: 11103200.

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

Color convert

RGB224107169-
CMYK00.520.250.12
HSL328.21º65.36%64.9%-
HSV(B)328.21º52.23%87.84%-
XYZ43.1629.2340.9-
YUV149.05139.26181.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.8%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=44.8%
G=21.4%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410716900.520.250.12328.2165.3664.9
HexE06BA903419C1484141
Octal3401532510643114510101101
Binary11100000110101110101001011010011001110010100100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BA9; }

 p { color: rgb(224,107,169); }

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

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

 a { background-color: rgb(224,107,169); }

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

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

 span { border-color: rgb(224,107,169); }

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