Shades of Violet #ED91FF
Tints of Violet #ED91FF
RGB
CMYK
RGB Variations
Color information
#ED91FF (or 0xED91FF) is known color: Violet. HEX triplet: ED, 91 and FF. RGB value is (237,145,255). Sum of RGB (Red+Green+Blue) = 237+145+255=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 145 (57.03% from 255 or 22.76% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED91FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91FF is #126E00. Grayscale: #B8B8B8. Windows color (decimal): -1207809 or 16749037. OLE color: 16749037.
HSL color Cylindrical-coordinate representation of color #ED91FF: hue angle of 290.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED91FF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 145 | 255 | - |
| CMYK | 0.07 | 0.43 | 0 | 0 |
| HSL | 290.18º | 1% | 0.78% | - |
| HSV(B) | 290.18º | 0.43% | 1% | - |
| XYZ | 63.1 | 45.48 | 100.06 | - |
| YUV | 185.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 255 | 0.07 | 0.43 | 0 | 0 | 290.18 | 1 | 0.78 |
| Hex | ED | 91 | FF | 7 | 2B | 0 | 0 | 122 | 64 | 4E |
| Octal | 355 | 221 | 377 | 7 | 53 | 0 | 0 | 442 | 144 | 116 |
| Binary | 11101101 | 10010001 | 11111111 | 111 | 101011 | 0 | 0 | 100100010 | 1100100 | 1001110 |
Color Harmonies of #ED91FF
Complementary color
Monochromatic Colors of #ED91FF
Black with #ED91FF
Text Example
Text Example
White with #ED91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91FF; }
p { color: rgb(237,145,255); }
H1.HeaderClassName
{
color: #ED91FF;
}
.AnyTagClassName
{
color: #ED91FF;
}
</style>
background-color css
<style>
a { background-color: #ED91FF; }
a { background-color: rgb(237,145,255); }
div.DivClassName
{
background-color: #ED91FF;
}
.BgClassName
{
background-color: #ED91FF;
}
</style>
border-color css
<style>
span { border-color: #ED91FF; }
span { border-color: rgb(237,145,255); }
td.TdClassName
{
border-color: #ED91FF;
}
.TagClassName
{
border-color: #ED91FF;
}
</style>