Shades of Violet #ED6FF3
Tints of Violet #ED6FF3
RGB
CMYK
RGB Variations
Color information
#ED6FF3 (or 0xED6FF3) is known color: Violet. HEX triplet: ED, 6F and F3. RGB value is (237,111,243). Sum of RGB (Red+Green+Blue) = 237+111+243=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED6FF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FF3 is #12900C. Grayscale: #A3A3A3. Windows color (decimal): -1216525 or 15953901. OLE color: 15953901.
HSL color Cylindrical-coordinate representation of color #ED6FF3: hue angle of 297.27º degrees, saturation: 0.85, 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 #ED6FF3 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 111 | 243 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 297.27º | 0.85% | 0.69% | - |
| HSV(B) | 297.27º | 0.54% | 0.95% | - |
| XYZ | 56.79 | 35.84 | 88.72 | - |
| YUV | 163.72 | 172.74 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 243 | 0.02 | 0.54 | 0 | 0.05 | 297.27 | 0.85 | 0.69 |
| Hex | ED | 6F | F3 | 2 | 36 | 0 | 5 | 129 | 55 | 45 |
| Octal | 355 | 157 | 363 | 2 | 66 | 0 | 5 | 451 | 125 | 105 |
| Binary | 11101101 | 1101111 | 11110011 | 10 | 110110 | 0 | 101 | 100101001 | 1010101 | 1000101 |
Color Harmonies of #ED6FF3
Complementary color
Monochromatic Colors of #ED6FF3
Black with #ED6FF3
Text Example
Text Example
White with #ED6FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FF3; }
p { color: rgb(237,111,243); }
H1.HeaderClassName
{
color: #ED6FF3;
}
.AnyTagClassName
{
color: #ED6FF3;
}
</style>
background-color css
<style>
a { background-color: #ED6FF3; }
a { background-color: rgb(237,111,243); }
div.DivClassName
{
background-color: #ED6FF3;
}
.BgClassName
{
background-color: #ED6FF3;
}
</style>
border-color css
<style>
span { border-color: #ED6FF3; }
span { border-color: rgb(237,111,243); }
td.TdClassName
{
border-color: #ED6FF3;
}
.TagClassName
{
border-color: #ED6FF3;
}
</style>