Shades of Violet #ED8CEE
Tints of Violet #ED8CEE
RGB
CMYK
RGB Variations
Color information
#ED8CEE (or 0xED8CEE) is known color: Violet. HEX triplet: ED, 8C and EE. RGB value is (237,140,238). Sum of RGB (Red+Green+Blue) = 237+140+238=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED8CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CEE is #127311. Grayscale: #B3B3B3. Windows color (decimal): -1209106 or 15633645. OLE color: 15633645.
HSL color Cylindrical-coordinate representation of color #ED8CEE: 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.41%. Process color model (Four color, CMYK) of #ED8CEE is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 238 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.07 |
| HSL | 299.39º | 0.74% | 0.74% | - |
| HSV(B) | 299.39º | 0.41% | 0.93% | - |
| XYZ | 59.74 | 42.93 | 86.03 | - |
| YUV | 180.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 238 | 0.00 | 0.41 | 0 | 0.07 | 299.39 | 0.74 | 0.74 |
| Hex | ED | 8C | EE | 0 | 29 | 0 | 7 | 12B | 4A | 4A |
| Octal | 355 | 214 | 356 | 0 | 51 | 0 | 7 | 453 | 112 | 112 |
| Binary | 11101101 | 10001100 | 11101110 | 0 | 101001 | 0 | 111 | 100101011 | 1001010 | 1001010 |
Color Harmonies of #ED8CEE
Complementary color
Monochromatic Colors of #ED8CEE
Black with #ED8CEE
Text Example
Text Example
White with #ED8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CEE; }
p { color: rgb(237,140,238); }
H1.HeaderClassName
{
color: #ED8CEE;
}
.AnyTagClassName
{
color: #ED8CEE;
}
</style>
background-color css
<style>
a { background-color: #ED8CEE; }
a { background-color: rgb(237,140,238); }
div.DivClassName
{
background-color: #ED8CEE;
}
.BgClassName
{
background-color: #ED8CEE;
}
</style>
border-color css
<style>
span { border-color: #ED8CEE; }
span { border-color: rgb(237,140,238); }
td.TdClassName
{
border-color: #ED8CEE;
}
.TagClassName
{
border-color: #ED8CEE;
}
</style>