#E8749A

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

Shades of Pale Violet Red #E8749A

Tints of Pale Violet Red #E8749A

Color information

#E8749A (or 0xE8749A) is unknown color: approx Pale Violet Red. HEX triplet: E8, 74 and 9A. RGB value is (232,116,154). Sum of RGB (Red+Green+Blue) = 232+116+154=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8749A is #178B65. Grayscale: #9A9A9A. Windows color (decimal): -1543014 or 10122472. OLE color: 10122472.

HSL color Cylindrical-coordinate representation of color #E8749A: hue angle of 340.34º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8749A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232116154-
CMYK00.500.340.09
HSL340.34º71.6%68.24%-
HSV(B)340.34º50%90.98%-
XYZ45.3631.9834.35-
YUV155.02127.43182.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.22%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=46.22%
G=23.11%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211615400.500.340.09340.3471.668.24
HexE8749A0322291544844
Octal3501642320624211524110104
Binary111010001110100100110100110010100010100110101010010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8749A; }

 p { color: rgb(232,116,154); }

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

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

 a { background-color: rgb(232,116,154); }

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

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

 span { border-color: rgb(232,116,154); }

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