Html Css Color HEX #E03EFB Free Speech Magenta
📋 copy color: '#E03EFB'red 224 ◦ green 62 ◦ blue 251
Shades of Free Speech Magenta #E03EFB
Tints of Free Speech Magenta #E03EFB
RGB
CMYK
RGB Variations
Color information
#E03EFB (or 0xE03EFB) is known color: Free Speech Magenta. HEX triplet: E0, 3E and FB. RGB value is (224,62,251). Sum of RGB (Red+Green+Blue) = 224+62+251=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 62 (24.61% from 255 or 11.55% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #E03EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03EFB is #1FC104. Grayscale: #838383. Windows color (decimal): -2081029 or 16465632. OLE color: 16465632.
HSL color Cylindrical-coordinate representation of color #E03EFB: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03EFB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 62 | 251 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.02 |
| HSL | 291.43º | 0.96% | 0.61% | - |
| HSV(B) | 291.43º | 0.75% | 0.98% | - |
| XYZ | 49.88 | 26.26 | 93.71 | - |
| YUV | 131.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 251 | 0.11 | 0.75 | 0 | 0.02 | 291.43 | 0.96 | 0.61 |
| Hex | E0 | 3E | FB | B | 4B | 0 | 2 | 123 | 60 | 3D |
| Octal | 340 | 76 | 373 | 13 | 113 | 0 | 2 | 443 | 140 | 75 |
| Binary | 11100000 | 111110 | 11111011 | 1011 | 1001011 | 0 | 10 | 100100011 | 1100000 | 111101 |
Color Harmonies of #E03EFB
Complementary color
Monochromatic Colors of #E03EFB
Black with #E03EFB
Text Example
Text Example
White with #E03EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03EFB; }
p { color: rgb(224,62,251); }
H1.HeaderClassName
{
color: #E03EFB;
}
.AnyTagClassName
{
color: #E03EFB;
}
</style>
background-color css
<style>
a { background-color: #E03EFB; }
a { background-color: rgb(224,62,251); }
div.DivClassName
{
background-color: #E03EFB;
}
.BgClassName
{
background-color: #E03EFB;
}
</style>
border-color css
<style>
span { border-color: #E03EFB; }
span { border-color: rgb(224,62,251); }
td.TdClassName
{
border-color: #E03EFB;
}
.TagClassName
{
border-color: #E03EFB;
}
</style>