#EB97E1

Color #EB97E1 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #EB97E1

Tints of Plum #EB97E1

Color information

#EB97E1 (or 0xEB97E1) is unknown color: approx Plum. HEX triplet: EB, 97 and E1. RGB value is (235,151,225). Sum of RGB (Red+Green+Blue) = 235+151+225=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97E1 is #14681E. Grayscale: #B8B8B8. Windows color (decimal): -1337375 or 14784491. OLE color: 14784491.

HSL color Cylindrical-coordinate representation of color #EB97E1: hue angle of 307.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB97E1 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235151225-
CMYK00.360.040.08
HSL307.14º67.74%75.69%-
HSV(B)307.14º35.74%92.16%-
XYZ58.9245.2376.86-
YUV184.55150.83163.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=38.46%
G=24.71%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515122500.360.040.08307.1467.7475.69
HexEB97E102448133444c
Octal353227341044410463104114
Binary1110101110010111111000010100100100100010011001110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97E1; }

 p { color: rgb(235,151,225); }

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

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

 a { background-color: rgb(235,151,225); }

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

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

 span { border-color: rgb(235,151,225); }

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