#E76196

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

Shades of Pale Violet Red #E76196

Tints of Pale Violet Red #E76196

Color information

#E76196 (or 0xE76196) is unknown color: approx Pale Violet Red. HEX triplet: E7, 61 and 96. RGB value is (231,97,150). Sum of RGB (Red+Green+Blue) = 231+97+150=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76196 is #189E69. Grayscale: #8F8F8F. Windows color (decimal): -1613418 or 9855463. OLE color: 9855463.

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

Color convert

RGB23197150-
CMYK00.580.350.09
HSL336.27º73.63%64.31%-
HSV(B)336.27º58.01%90.59%-
XYZ42.7327.7431.96-
YUV143.11131.89190.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.33%
GREEN value IS 97 (38.28% from 255) = 20.29%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=48.33%
G=20.29%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319715000.580.350.09336.2773.6364.31
HexE7619603A2391504a40
Octal3471412260724311520112100
Binary111001111100001100101100111010100011100110101000010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76196; }

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

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

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

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

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

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

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

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