Html Css Color HEX #E03BDF Free Speech Magenta
📋 copy color: '#E03BDF'red 224 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #E03BDF
Tints of Free Speech Magenta #E03BDF
RGB
CMYK
RGB Variations
Color information
#E03BDF (or 0xE03BDF) is known color: Free Speech Magenta. HEX triplet: E0, 3B and DF. RGB value is (224,59,223). Sum of RGB (Red+Green+Blue) = 224+59+223=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03BDF is #1FC420. Grayscale: #7E7E7E. Windows color (decimal): -2081825 or 14629856. OLE color: 14629856.
HSL color Cylindrical-coordinate representation of color #E03BDF: hue angle of 300.36º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03BDF is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 223 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.12 |
| HSL | 300.36º | 0.73% | 0.55% | - |
| HSV(B) | 300.36º | 0.74% | 0.88% | - |
| XYZ | 45.62 | 24.3 | 72.1 | - |
| YUV | 127.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 223 | 0 | 0.74 | 0.00 | 0.12 | 300.36 | 0.73 | 0.55 |
| Hex | E0 | 3B | DF | 0 | 4A | 0 | C | 12C | 49 | 37 |
| Octal | 340 | 73 | 337 | 0 | 112 | 0 | 14 | 454 | 111 | 67 |
| Binary | 11100000 | 111011 | 11011111 | 0 | 1001010 | 0 | 1100 | 100101100 | 1001001 | 110111 |
Color Harmonies of #E03BDF
Complementary color
Monochromatic Colors of #E03BDF
Black with #E03BDF
Text Example
Text Example
White with #E03BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03BDF; }
p { color: rgb(224,59,223); }
H1.HeaderClassName
{
color: #E03BDF;
}
.AnyTagClassName
{
color: #E03BDF;
}
</style>
background-color css
<style>
a { background-color: #E03BDF; }
a { background-color: rgb(224,59,223); }
div.DivClassName
{
background-color: #E03BDF;
}
.BgClassName
{
background-color: #E03BDF;
}
</style>
border-color css
<style>
span { border-color: #E03BDF; }
span { border-color: rgb(224,59,223); }
td.TdClassName
{
border-color: #E03BDF;
}
.TagClassName
{
border-color: #E03BDF;
}
</style>