Shades of Violet #ED6FF2
Tints of Violet #ED6FF2
RGB
CMYK
RGB Variations
Color information
#ED6FF2 (or 0xED6FF2) is known color: Violet. HEX triplet: ED, 6F and F2. RGB value is (237,111,242). Sum of RGB (Red+Green+Blue) = 237+111+242=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 111 (43.75% from 255 or 18.81% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED6FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FF2 is #12900D. Grayscale: #A3A3A3. Windows color (decimal): -1216526 or 15888365. OLE color: 15888365.
HSL color Cylindrical-coordinate representation of color #ED6FF2: hue angle of 297.71º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6FF2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 111 | 242 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 297.71º | 0.83% | 0.69% | - |
| HSV(B) | 297.71º | 0.54% | 0.95% | - |
| XYZ | 56.64 | 35.78 | 87.93 | - |
| YUV | 163.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 242 | 0.02 | 0.54 | 0 | 0.05 | 297.71 | 0.83 | 0.69 |
| Hex | ED | 6F | F2 | 2 | 36 | 0 | 5 | 12A | 53 | 45 |
| Octal | 355 | 157 | 362 | 2 | 66 | 0 | 5 | 452 | 123 | 105 |
| Binary | 11101101 | 1101111 | 11110010 | 10 | 110110 | 0 | 101 | 100101010 | 1010011 | 1000101 |
Color Harmonies of #ED6FF2
Complementary color
Monochromatic Colors of #ED6FF2
Black with #ED6FF2
Text Example
Text Example
White with #ED6FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FF2; }
p { color: rgb(237,111,242); }
H1.HeaderClassName
{
color: #ED6FF2;
}
.AnyTagClassName
{
color: #ED6FF2;
}
</style>
background-color css
<style>
a { background-color: #ED6FF2; }
a { background-color: rgb(237,111,242); }
div.DivClassName
{
background-color: #ED6FF2;
}
.BgClassName
{
background-color: #ED6FF2;
}
</style>
border-color css
<style>
span { border-color: #ED6FF2; }
span { border-color: rgb(237,111,242); }
td.TdClassName
{
border-color: #ED6FF2;
}
.TagClassName
{
border-color: #ED6FF2;
}
</style>