Html Css Color HEX #E03FFB Free Speech Magenta
📋 copy color: '#E03FFB'red 224 ◦ green 63 ◦ blue 251
Shades of Free Speech Magenta #E03FFB
Tints of Free Speech Magenta #E03FFB
RGB
CMYK
RGB Variations
Color information
#E03FFB (or 0xE03FFB) is known color: Free Speech Magenta. HEX triplet: E0, 3F and FB. RGB value is (224,63,251). Sum of RGB (Red+Green+Blue) = 224+63+251=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 63 (25% from 255 or 11.71% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #E03FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03FFB is #1FC004. Grayscale: #838383. Windows color (decimal): -2080773 or 16465888. OLE color: 16465888.
HSL color Cylindrical-coordinate representation of color #E03FFB: hue angle of 291.38º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03FFB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 63 | 251 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.02 |
| HSL | 291.38º | 0.96% | 0.62% | - |
| HSV(B) | 291.38º | 0.75% | 0.98% | - |
| XYZ | 49.93 | 26.37 | 93.72 | - |
| YUV | 132.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 251 | 0.11 | 0.75 | 0 | 0.02 | 291.38 | 0.96 | 0.62 |
| Hex | E0 | 3F | FB | B | 4B | 0 | 2 | 123 | 60 | 3E |
| Octal | 340 | 77 | 373 | 13 | 113 | 0 | 2 | 443 | 140 | 76 |
| Binary | 11100000 | 111111 | 11111011 | 1011 | 1001011 | 0 | 10 | 100100011 | 1100000 | 111110 |
Color Harmonies of #E03FFB
Complementary color
Monochromatic Colors of #E03FFB
Black with #E03FFB
Text Example
Text Example
White with #E03FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FFB; }
p { color: rgb(224,63,251); }
H1.HeaderClassName
{
color: #E03FFB;
}
.AnyTagClassName
{
color: #E03FFB;
}
</style>
background-color css
<style>
a { background-color: #E03FFB; }
a { background-color: rgb(224,63,251); }
div.DivClassName
{
background-color: #E03FFB;
}
.BgClassName
{
background-color: #E03FFB;
}
</style>
border-color css
<style>
span { border-color: #E03FFB; }
span { border-color: rgb(224,63,251); }
td.TdClassName
{
border-color: #E03FFB;
}
.TagClassName
{
border-color: #E03FFB;
}
</style>