Html Css Color HEX #E03FDB Free Speech Magenta
📋 copy color: '#E03FDB'red 224 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #E03FDB
Tints of Free Speech Magenta #E03FDB
RGB
CMYK
RGB Variations
Color information
#E03FDB (or 0xE03FDB) is known color: Free Speech Magenta. HEX triplet: E0, 3F and DB. RGB value is (224,63,219). Sum of RGB (Red+Green+Blue) = 224+63+219=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03FDB is #1FC024. Grayscale: #808080. Windows color (decimal): -2080805 or 14368736. OLE color: 14368736.
HSL color Cylindrical-coordinate representation of color #E03FDB: hue angle of 301.86º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03FDB is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 219 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.12 |
| HSL | 301.86º | 0.72% | 0.56% | - |
| HSV(B) | 301.86º | 0.72% | 0.88% | - |
| XYZ | 45.3 | 24.52 | 69.36 | - |
| YUV | 128.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 219 | 0 | 0.72 | 0.02 | 0.12 | 301.86 | 0.72 | 0.56 |
| Hex | E0 | 3F | DB | 0 | 48 | 2 | C | 12E | 48 | 38 |
| Octal | 340 | 77 | 333 | 0 | 110 | 2 | 14 | 456 | 110 | 70 |
| Binary | 11100000 | 111111 | 11011011 | 0 | 1001000 | 10 | 1100 | 100101110 | 1001000 | 111000 |
Color Harmonies of #E03FDB
Complementary color
Monochromatic Colors of #E03FDB
Black with #E03FDB
Text Example
Text Example
White with #E03FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FDB; }
p { color: rgb(224,63,219); }
H1.HeaderClassName
{
color: #E03FDB;
}
.AnyTagClassName
{
color: #E03FDB;
}
</style>
background-color css
<style>
a { background-color: #E03FDB; }
a { background-color: rgb(224,63,219); }
div.DivClassName
{
background-color: #E03FDB;
}
.BgClassName
{
background-color: #E03FDB;
}
</style>
border-color css
<style>
span { border-color: #E03FDB; }
span { border-color: rgb(224,63,219); }
td.TdClassName
{
border-color: #E03FDB;
}
.TagClassName
{
border-color: #E03FDB;
}
</style>