Shades of Psychedelic Purple #ED10FB
Tints of Psychedelic Purple #ED10FB
RGB
CMYK
RGB Variations
Color information
#ED10FB (or 0xED10FB) is known color: Psychedelic Purple. HEX triplet: ED, 10 and FB. RGB value is (237,16,251). Sum of RGB (Red+Green+Blue) = 237+16+251=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 16 (6.64% from 255 or 3.17% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED10FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED10FB is #12EF04. Grayscale: #6C6C6C. Windows color (decimal): -1240837 or 16453869. OLE color: 16453869.
HSL color Cylindrical-coordinate representation of color #ED10FB: hue angle of 296.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED10FB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 16 | 251 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.02 |
| HSL | 296.43º | 0.97% | 0.52% | - |
| HSV(B) | 296.43º | 0.94% | 0.98% | - |
| XYZ | 52.52 | 25.34 | 93.39 | - |
| YUV | 108.87 | 208.22 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 251 | 0.06 | 0.94 | 0 | 0.02 | 296.43 | 0.97 | 0.52 |
| Hex | ED | 10 | FB | 6 | 5E | 0 | 2 | 128 | 61 | 34 |
| Octal | 355 | 20 | 373 | 6 | 136 | 0 | 2 | 450 | 141 | 64 |
| Binary | 11101101 | 10000 | 11111011 | 110 | 1011110 | 0 | 10 | 100101000 | 1100001 | 110100 |
Color Harmonies of #ED10FB
Complementary color
Monochromatic Colors of #ED10FB
Black with #ED10FB
Text Example
Text Example
White with #ED10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10FB; }
p { color: rgb(237,16,251); }
H1.HeaderClassName
{
color: #ED10FB;
}
.AnyTagClassName
{
color: #ED10FB;
}
</style>
background-color css
<style>
a { background-color: #ED10FB; }
a { background-color: rgb(237,16,251); }
div.DivClassName
{
background-color: #ED10FB;
}
.BgClassName
{
background-color: #ED10FB;
}
</style>
border-color css
<style>
span { border-color: #ED10FB; }
span { border-color: rgb(237,16,251); }
td.TdClassName
{
border-color: #ED10FB;
}
.TagClassName
{
border-color: #ED10FB;
}
</style>