Shades of Violet #ED8BEE
Tints of Violet #ED8BEE
RGB
CMYK
RGB Variations
Color information
#ED8BEE (or 0xED8BEE) is known color: Violet. HEX triplet: ED, 8B and EE. RGB value is (237,139,238). Sum of RGB (Red+Green+Blue) = 237+139+238=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED8BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BEE is #127411. Grayscale: #B3B3B3. Windows color (decimal): -1209362 or 15633389. OLE color: 15633389.
HSL color Cylindrical-coordinate representation of color #ED8BEE: hue angle of 299.39º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8BEE is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 238 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.07 |
| HSL | 299.39º | 0.74% | 0.74% | - |
| HSV(B) | 299.39º | 0.42% | 0.93% | - |
| XYZ | 59.59 | 42.64 | 85.98 | - |
| YUV | 179.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 238 | 0.00 | 0.42 | 0 | 0.07 | 299.39 | 0.74 | 0.74 |
| Hex | ED | 8B | EE | 0 | 2A | 0 | 7 | 12B | 4A | 4A |
| Octal | 355 | 213 | 356 | 0 | 52 | 0 | 7 | 453 | 112 | 112 |
| Binary | 11101101 | 10001011 | 11101110 | 0 | 101010 | 0 | 111 | 100101011 | 1001010 | 1001010 |
Color Harmonies of #ED8BEE
Complementary color
Monochromatic Colors of #ED8BEE
Black with #ED8BEE
Text Example
Text Example
White with #ED8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BEE; }
p { color: rgb(237,139,238); }
H1.HeaderClassName
{
color: #ED8BEE;
}
.AnyTagClassName
{
color: #ED8BEE;
}
</style>
background-color css
<style>
a { background-color: #ED8BEE; }
a { background-color: rgb(237,139,238); }
div.DivClassName
{
background-color: #ED8BEE;
}
.BgClassName
{
background-color: #ED8BEE;
}
</style>
border-color css
<style>
span { border-color: #ED8BEE; }
span { border-color: rgb(237,139,238); }
td.TdClassName
{
border-color: #ED8BEE;
}
.TagClassName
{
border-color: #ED8BEE;
}
</style>