#E469A0

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

Shades of Pale Violet Red #E469A0

Tints of Pale Violet Red #E469A0

Color information

#E469A0 (or 0xE469A0) is unknown color: approx Pale Violet Red. HEX triplet: E4, 69 and A0. RGB value is (228,105,160). Sum of RGB (Red+Green+Blue) = 228+105+160=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E469A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E469A0 is #1B965F. Grayscale: #939393. Windows color (decimal): -1807968 or 10512868. OLE color: 10512868.

HSL color Cylindrical-coordinate representation of color #E469A0: hue angle of 333.17º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E469A0 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB228105160-
CMYK00.540.300.11
HSL333.17º69.49%65.29%-
HSV(B)333.17º53.95%89.41%-
XYZ43.3929.1436.59-
YUV148.05134.75185.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=46.25%
G=21.30%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810516000.540.300.11333.1769.4965.29
HexE469A00361EB14d4541
Octal3441512400663613515105101
Binary11100100110100110100000011011011110101110100110110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E469A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E469A0; }

 p { color: rgb(228,105,160); }

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

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

 a { background-color: rgb(228,105,160); }

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

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

 span { border-color: rgb(228,105,160); }

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