Shades of Violet #ED90FD
Tints of Violet #ED90FD
RGB
CMYK
RGB Variations
Color information
#ED90FD (or 0xED90FD) is known color: Violet. HEX triplet: ED, 90 and FD. RGB value is (237,144,253). Sum of RGB (Red+Green+Blue) = 237+144+253=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 144 (56.64% from 255 or 22.71% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED90FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90FD is #126F02. Grayscale: #B7B7B7. Windows color (decimal): -1208067 or 16617709. OLE color: 16617709.
HSL color Cylindrical-coordinate representation of color #ED90FD: hue angle of 291.19º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED90FD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 144 | 253 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.01 |
| HSL | 291.19º | 0.96% | 0.78% | - |
| HSV(B) | 291.19º | 0.43% | 0.99% | - |
| XYZ | 62.63 | 45.04 | 98.32 | - |
| YUV | 184.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 253 | 0.06 | 0.43 | 0 | 0.01 | 291.19 | 0.96 | 0.78 |
| Hex | ED | 90 | FD | 6 | 2B | 0 | 1 | 123 | 60 | 4E |
| Octal | 355 | 220 | 375 | 6 | 53 | 0 | 1 | 443 | 140 | 116 |
| Binary | 11101101 | 10010000 | 11111101 | 110 | 101011 | 0 | 1 | 100100011 | 1100000 | 1001110 |
Color Harmonies of #ED90FD
Complementary color
Monochromatic Colors of #ED90FD
Black with #ED90FD
Text Example
Text Example
White with #ED90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90FD; }
p { color: rgb(237,144,253); }
H1.HeaderClassName
{
color: #ED90FD;
}
.AnyTagClassName
{
color: #ED90FD;
}
</style>
background-color css
<style>
a { background-color: #ED90FD; }
a { background-color: rgb(237,144,253); }
div.DivClassName
{
background-color: #ED90FD;
}
.BgClassName
{
background-color: #ED90FD;
}
</style>
border-color css
<style>
span { border-color: #ED90FD; }
span { border-color: rgb(237,144,253); }
td.TdClassName
{
border-color: #ED90FD;
}
.TagClassName
{
border-color: #ED90FD;
}
</style>