#EB97E8

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

Shades of Plum #EB97E8

Tints of Plum #EB97E8

Color information

#EB97E8 (or 0xEB97E8) is unknown color: approx Plum. HEX triplet: EB, 97 and E8. RGB value is (235,151,232). Sum of RGB (Red+Green+Blue) = 235+151+232=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB97E8 is #146817. Grayscale: #B9B9B9. Windows color (decimal): -1337368 or 15243243. OLE color: 15243243.

HSL color Cylindrical-coordinate representation of color #EB97E8: hue angle of 302.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 #EB97E8 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235151232-
CMYK00.360.010.08
HSL302.14º67.74%75.69%-
HSV(B)302.14º35.74%92.16%-
XYZ59.8945.6281.99-
YUV185.35154.33163.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 151 (59.38% from 255) = 24.43%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=38.03%
G=24.43%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515123200.360.010.08302.1467.7475.69
HexEB97E80241812e444c
Octal353227350044110456104114
Binary11101011100101111110100001001001100010010111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97E8; }

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

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

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

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

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

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

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

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