#E76496

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

Shades of Pale Violet Red #E76496

Tints of Pale Violet Red #E76496

Color information

#E76496 (or 0xE76496) is unknown color: approx Pale Violet Red. HEX triplet: E7, 64 and 96. RGB value is (231,100,150). Sum of RGB (Red+Green+Blue) = 231+100+150=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E76496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76496 is #189B69. Grayscale: #909090. Windows color (decimal): -1612650 or 9856231. OLE color: 9856231.

HSL color Cylindrical-coordinate representation of color #E76496: hue angle of 337.1º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76496 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231100150-
CMYK00.570.350.09
HSL337.1º73.18%64.9%-
HSV(B)337.1º56.71%90.59%-
XYZ43.0228.3132.05-
YUV144.87130.9189.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.02%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=48.02%
G=20.79%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110015000.570.350.09337.173.1864.9
HexE764960392391514941
Octal3471442260714311521111101
Binary111001111100100100101100111001100011100110101000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76496; }

 p { color: rgb(231,100,150); }

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

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

 a { background-color: rgb(231,100,150); }

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

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

 span { border-color: rgb(231,100,150); }

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