Shades of Plum #EDB0F0
Tints of Plum #EDB0F0
RGB
CMYK
RGB Variations
Color information
#EDB0F0 (or 0xEDB0F0) is known color: Plum. HEX triplet: ED, B0 and F0. RGB value is (237,176,240). Sum of RGB (Red+Green+Blue) = 237+176+240=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDB0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0F0 is #124F0F. Grayscale: #C9C9C9. Windows color (decimal): -1199888 or 15773933. OLE color: 15773933.
HSL color Cylindrical-coordinate representation of color #EDB0F0: hue angle of 297.19º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB0F0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 176 | 240 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.06 |
| HSL | 297.19º | 0.68% | 0.82% | - |
| HSV(B) | 297.19º | 0.27% | 0.94% | - |
| XYZ | 66.18 | 55.35 | 89.63 | - |
| YUV | 201.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 240 | 0.01 | 0.27 | 0 | 0.06 | 297.19 | 0.68 | 0.82 |
| Hex | ED | B0 | F0 | 1 | 1B | 0 | 6 | 129 | 44 | 52 |
| Octal | 355 | 260 | 360 | 1 | 33 | 0 | 6 | 451 | 104 | 122 |
| Binary | 11101101 | 10110000 | 11110000 | 1 | 11011 | 0 | 110 | 100101001 | 1000100 | 1010010 |
Color Harmonies of #EDB0F0
Complementary color
Monochromatic Colors of #EDB0F0
Black with #EDB0F0
Text Example
Text Example
White with #EDB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0F0; }
p { color: rgb(237,176,240); }
H1.HeaderClassName
{
color: #EDB0F0;
}
.AnyTagClassName
{
color: #EDB0F0;
}
</style>
background-color css
<style>
a { background-color: #EDB0F0; }
a { background-color: rgb(237,176,240); }
div.DivClassName
{
background-color: #EDB0F0;
}
.BgClassName
{
background-color: #EDB0F0;
}
</style>
border-color css
<style>
span { border-color: #EDB0F0; }
span { border-color: rgb(237,176,240); }
td.TdClassName
{
border-color: #EDB0F0;
}
.TagClassName
{
border-color: #EDB0F0;
}
</style>