#EB97E7

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

Shades of Plum #EB97E7

Tints of Plum #EB97E7

Color information

#EB97E7 (or 0xEB97E7) is unknown color: approx Plum. HEX triplet: EB, 97 and E7. RGB value is (235,151,231). Sum of RGB (Red+Green+Blue) = 235+151+231=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB97E7 is #146818. Grayscale: #B8B8B8. Windows color (decimal): -1337369 or 15177707. OLE color: 15177707.

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

Color convert

RGB235151231-
CMYK00.360.020.08
HSL302.86º67.74%75.69%-
HSV(B)302.86º35.74%92.16%-
XYZ59.7545.5681.25-
YUV185.24153.83163.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 151 (59.38% from 255) = 24.47%
BLUE value IS 231 (90.62% from 255) = 37.44%
R=38.09%
G=24.47%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515123100.360.020.08302.8667.7475.69
HexEB97E70242812f444c
Octal353227347044210457104114
Binary111010111001011111100111010010010100010010111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97E7; }

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

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

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

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

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

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

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

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