Html Css Color HEX #E03FFD Free Speech Magenta
📋 copy color: '#E03FFD'red 224 ◦ green 63 ◦ blue 253
Shades of Free Speech Magenta #E03FFD
Tints of Free Speech Magenta #E03FFD
RGB
CMYK
RGB Variations
Color information
#E03FFD (or 0xE03FFD) is known color: Free Speech Magenta. HEX triplet: E0, 3F and FD. RGB value is (224,63,253). Sum of RGB (Red+Green+Blue) = 224+63+253=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 63 (25% from 255 or 11.67% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #E03FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03FFD is #1FC002. Grayscale: #848484. Windows color (decimal): -2080771 or 16596960. OLE color: 16596960.
HSL color Cylindrical-coordinate representation of color #E03FFD: hue angle of 290.84º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03FFD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 63 | 253 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.01 |
| HSL | 290.84º | 0.98% | 0.62% | - |
| HSV(B) | 290.84º | 0.75% | 0.99% | - |
| XYZ | 50.25 | 26.49 | 95.39 | - |
| YUV | 132.8 | 195.84 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 253 | 0.11 | 0.75 | 0 | 0.01 | 290.84 | 0.98 | 0.62 |
| Hex | E0 | 3F | FD | B | 4B | 0 | 1 | 123 | 62 | 3E |
| Octal | 340 | 77 | 375 | 13 | 113 | 0 | 1 | 443 | 142 | 76 |
| Binary | 11100000 | 111111 | 11111101 | 1011 | 1001011 | 0 | 1 | 100100011 | 1100010 | 111110 |
Color Harmonies of #E03FFD
Complementary color
Monochromatic Colors of #E03FFD
Black with #E03FFD
Text Example
Text Example
White with #E03FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FFD; }
p { color: rgb(224,63,253); }
H1.HeaderClassName
{
color: #E03FFD;
}
.AnyTagClassName
{
color: #E03FFD;
}
</style>
background-color css
<style>
a { background-color: #E03FFD; }
a { background-color: rgb(224,63,253); }
div.DivClassName
{
background-color: #E03FFD;
}
.BgClassName
{
background-color: #E03FFD;
}
</style>
border-color css
<style>
span { border-color: #E03FFD; }
span { border-color: rgb(224,63,253); }
td.TdClassName
{
border-color: #E03FFD;
}
.TagClassName
{
border-color: #E03FFD;
}
</style>