#E87296

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

Shades of Pale Violet Red #E87296

Tints of Pale Violet Red #E87296

Color information

#E87296 (or 0xE87296) is unknown color: approx Pale Violet Red. HEX triplet: E8, 72 and 96. RGB value is (232,114,150). Sum of RGB (Red+Green+Blue) = 232+114+150=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E87296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87296 is #178D69. Grayscale: #999999. Windows color (decimal): -1543530 or 9859816. OLE color: 9859816.

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

Color convert

RGB232114150-
CMYK00.510.350.09
HSL341.69º71.95%67.84%-
HSV(B)341.69º50.86%90.98%-
XYZ44.831.3932.55-
YUV153.39126.09184.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=46.77%
G=22.98%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211415000.510.350.09341.6971.9567.84
HexE872960332391564844
Octal3501622260634311526110104
Binary111010001110010100101100110011100011100110101011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87296; }

 p { color: rgb(232,114,150); }

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

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

 a { background-color: rgb(232,114,150); }

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

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

 span { border-color: rgb(232,114,150); }

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