Shades of Violet #ED8FF3
Tints of Violet #ED8FF3
RGB
CMYK
RGB Variations
Color information
#ED8FF3 (or 0xED8FF3) is known color: Violet. HEX triplet: ED, 8F and F3. RGB value is (237,143,243). Sum of RGB (Red+Green+Blue) = 237+143+243=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED8FF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FF3 is #12700C. Grayscale: #B6B6B6. Windows color (decimal): -1208333 or 15962093. OLE color: 15962093.
HSL color Cylindrical-coordinate representation of color #ED8FF3: hue angle of 296.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8FF3 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 143 | 243 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.05 |
| HSL | 296.4º | 0.81% | 0.76% | - |
| HSV(B) | 296.4º | 0.41% | 0.95% | - |
| XYZ | 60.93 | 44.12 | 90.1 | - |
| YUV | 182.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 243 | 0.02 | 0.41 | 0 | 0.05 | 296.4 | 0.81 | 0.76 |
| Hex | ED | 8F | F3 | 2 | 29 | 0 | 5 | 128 | 51 | 4C |
| Octal | 355 | 217 | 363 | 2 | 51 | 0 | 5 | 450 | 121 | 114 |
| Binary | 11101101 | 10001111 | 11110011 | 10 | 101001 | 0 | 101 | 100101000 | 1010001 | 1001100 |
Color Harmonies of #ED8FF3
Complementary color
Monochromatic Colors of #ED8FF3
Black with #ED8FF3
Text Example
Text Example
White with #ED8FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FF3; }
p { color: rgb(237,143,243); }
H1.HeaderClassName
{
color: #ED8FF3;
}
.AnyTagClassName
{
color: #ED8FF3;
}
</style>
background-color css
<style>
a { background-color: #ED8FF3; }
a { background-color: rgb(237,143,243); }
div.DivClassName
{
background-color: #ED8FF3;
}
.BgClassName
{
background-color: #ED8FF3;
}
</style>
border-color css
<style>
span { border-color: #ED8FF3; }
span { border-color: rgb(237,143,243); }
td.TdClassName
{
border-color: #ED8FF3;
}
.TagClassName
{
border-color: #ED8FF3;
}
</style>