#ED97E7

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

Shades of Plum #ED97E7

Tints of Plum #ED97E7

Color information

#ED97E7 (or 0xED97E7) is unknown color: approx Plum. HEX triplet: ED, 97 and E7. RGB value is (237,151,231). Sum of RGB (Red+Green+Blue) = 237+151+231=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97E7 is #126818. Grayscale: #B9B9B9. Windows color (decimal): -1206297 or 15177709. OLE color: 15177709.

HSL color Cylindrical-coordinate representation of color #ED97E7: hue angle of 304.19º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED97E7 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237151231-
CMYK00.360.030.07
HSL304.19º70.49%76.08%-
HSV(B)304.19º36.29%92.94%-
XYZ60.4245.9181.28-
YUV185.83153.49164.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=38.29%
G=24.39%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715123100.360.030.07304.1970.4976.08
HexED97E702437130464c
Octal35522734704437460106114
Binary11101101100101111110011101001001111110011000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97E7; }

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

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

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

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

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

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

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

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