#E46996

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

Shades of Pale Violet Red #E46996

Tints of Pale Violet Red #E46996

Color information

#E46996 (or 0xE46996) is unknown color: approx Pale Violet Red. HEX triplet: E4, 69 and 96. RGB value is (228,105,150). Sum of RGB (Red+Green+Blue) = 228+105+150=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E46996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46996 is #1B9669. Grayscale: #929292. Windows color (decimal): -1807978 or 9857508. OLE color: 9857508.

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

Color convert

RGB228105150-
CMYK00.540.340.11
HSL338.05º69.49%65.29%-
HSV(B)338.05º53.95%89.41%-
XYZ42.5528.832.17-
YUV146.91129.75185.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=47.20%
G=21.74%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810515000.540.340.11338.0569.4965.29
HexE4699603622B1524541
Octal3441512260664213522105101
Binary111001001101001100101100110110100010101110101001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46996; }

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

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

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

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

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

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

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

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