Shades of Violet #ED6BEE
Tints of Violet #ED6BEE
RGB
CMYK
RGB Variations
Color information
#ED6BEE (or 0xED6BEE) is known color: Violet. HEX triplet: ED, 6B and EE. RGB value is (237,107,238). Sum of RGB (Red+Green+Blue) = 237+107+238=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 107 (42.19% from 255 or 18.38% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED6BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BEE is #129411. Grayscale: #A0A0A0. Windows color (decimal): -1217554 or 15625197. OLE color: 15625197.
HSL color Cylindrical-coordinate representation of color #ED6BEE: hue angle of 299.54º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BEE is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 238 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.07 |
| HSL | 299.54º | 0.79% | 0.68% | - |
| HSV(B) | 299.54º | 0.55% | 0.93% | - |
| XYZ | 55.62 | 34.69 | 84.65 | - |
| YUV | 160.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 238 | 0.00 | 0.55 | 0 | 0.07 | 299.54 | 0.79 | 0.68 |
| Hex | ED | 6B | EE | 0 | 37 | 0 | 7 | 12C | 4F | 44 |
| Octal | 355 | 153 | 356 | 0 | 67 | 0 | 7 | 454 | 117 | 104 |
| Binary | 11101101 | 1101011 | 11101110 | 0 | 110111 | 0 | 111 | 100101100 | 1001111 | 1000100 |
Color Harmonies of #ED6BEE
Complementary color
Monochromatic Colors of #ED6BEE
Black with #ED6BEE
Text Example
Text Example
White with #ED6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BEE; }
p { color: rgb(237,107,238); }
H1.HeaderClassName
{
color: #ED6BEE;
}
.AnyTagClassName
{
color: #ED6BEE;
}
</style>
background-color css
<style>
a { background-color: #ED6BEE; }
a { background-color: rgb(237,107,238); }
div.DivClassName
{
background-color: #ED6BEE;
}
.BgClassName
{
background-color: #ED6BEE;
}
</style>
border-color css
<style>
span { border-color: #ED6BEE; }
span { border-color: rgb(237,107,238); }
td.TdClassName
{
border-color: #ED6BEE;
}
.TagClassName
{
border-color: #ED6BEE;
}
</style>