#ED98E7

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

Shades of Plum #ED98E7

Tints of Plum #ED98E7

Color information

#ED98E7 (or 0xED98E7) is unknown color: approx Plum. HEX triplet: ED, 98 and E7. RGB value is (237,152,231). Sum of RGB (Red+Green+Blue) = 237+152+231=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98E7 is #126718. Grayscale: #BABABA. Windows color (decimal): -1206041 or 15177965. OLE color: 15177965.

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

Color convert

RGB237152231-
CMYK00.360.030.07
HSL304.24º70.25%76.27%-
HSV(B)304.24º35.86%92.94%-
XYZ60.5846.2381.33-
YUV186.42153.16164.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 152 (59.77% from 255) = 24.52%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=38.23%
G=24.52%
B=37.26%

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
Decimal23715223100.360.030.07304.2470.2576.27
HexED98E702437130464c
Octal35523034704437460106114
Binary11101101100110001110011101001001111110011000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98E7; }

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

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

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

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

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

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

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

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