#EB97E0

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

Shades of Plum #EB97E0

Tints of Plum #EB97E0

Color information

#EB97E0 (or 0xEB97E0) is unknown color: approx Plum. HEX triplet: EB, 97 and E0. RGB value is (235,151,224). Sum of RGB (Red+Green+Blue) = 235+151+224=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97E0 is #14681F. Grayscale: #B8B8B8. Windows color (decimal): -1337376 or 14718955. OLE color: 14718955.

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

Color convert

RGB235151224-
CMYK00.360.050.08
HSL307.86º67.74%75.69%-
HSV(B)307.86º35.74%92.16%-
XYZ58.7845.1876.14-
YUV184.44150.33164.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 151 (59.38% from 255) = 24.75%
BLUE value IS 224 (87.89% from 255) = 36.72%
R=38.52%
G=24.75%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515122400.360.050.08307.8667.7475.69
HexEB97E002458134444c
Octal353227340044510464104114
Binary1110101110010111111000000100100101100010011010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97E0; }

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

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

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

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

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

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

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

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