#E46995

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

Shades of Pale Violet Red #E46995

Tints of Pale Violet Red #E46995

Color information

#E46995 (or 0xE46995) is unknown color: approx Pale Violet Red. HEX triplet: E4, 69 and 95. RGB value is (228,105,149). Sum of RGB (Red+Green+Blue) = 228+105+149=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E46995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46995 is #1B966A. Grayscale: #929292. Windows color (decimal): -1807979 or 9791972. OLE color: 9791972.

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

Color convert

RGB228105149-
CMYK00.540.350.11
HSL338.54º69.49%65.29%-
HSV(B)338.54º53.95%89.41%-
XYZ42.4728.7731.75-
YUV146.79129.25185.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.30%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=47.30%
G=21.78%
B=30.91%

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
Decimal22810514900.540.350.11338.5469.4965.29
HexE4699503623B1534541
Octal3441512250664313523105101
Binary111001001101001100101010110110100011101110101001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46995; }

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

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

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

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

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

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

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

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