#E46A95

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

Shades of Pale Violet Red #E46A95

Tints of Pale Violet Red #E46A95

Color information

#E46A95 (or 0xE46A95) is unknown color: approx Pale Violet Red. HEX triplet: E4, 6A and 95. RGB value is (228,106,149). Sum of RGB (Red+Green+Blue) = 228+106+149=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46A95 is #1B956A. Grayscale: #939393. Windows color (decimal): -1807723 or 9792228. OLE color: 9792228.

HSL color Cylindrical-coordinate representation of color #E46A95: hue angle of 338.85º 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 #E46A95 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB228106149-
CMYK00.540.350.11
HSL338.85º69.32%65.49%-
HSV(B)338.85º53.51%89.41%-
XYZ42.5728.9731.78-
YUV147.38128.92185.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=47.20%
G=21.95%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810614900.540.350.11338.8569.3265.49
HexE46A9503623B1534541
Octal3441522250664313523105101
Binary111001001101010100101010110110100011101110101001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46A95; }

 p { color: rgb(228,106,149); }

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

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

 a { background-color: rgb(228,106,149); }

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

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

 span { border-color: rgb(228,106,149); }

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