Html Css Color HEX #E044FB Free Speech Magenta
📋 copy color: '#E044FB'red 224 ◦ green 68 ◦ blue 251
Shades of Free Speech Magenta #E044FB
Tints of Free Speech Magenta #E044FB
RGB
CMYK
RGB Variations
Color information
#E044FB (or 0xE044FB) is known color: Free Speech Magenta. HEX triplet: E0, 44 and FB. RGB value is (224,68,251). Sum of RGB (Red+Green+Blue) = 224+68+251=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 68 (26.95% from 255 or 12.52% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #E044FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E044FB is #1FBB04. Grayscale: #868686. Windows color (decimal): -2079493 or 16467168. OLE color: 16467168.
HSL color Cylindrical-coordinate representation of color #E044FB: hue angle of 291.15º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E044FB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 68 | 251 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.02 |
| HSL | 291.15º | 0.96% | 0.63% | - |
| HSV(B) | 291.15º | 0.73% | 0.98% | - |
| XYZ | 50.22 | 26.95 | 93.82 | - |
| YUV | 135.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 251 | 0.11 | 0.73 | 0 | 0.02 | 291.15 | 0.96 | 0.63 |
| Hex | E0 | 44 | FB | B | 49 | 0 | 2 | 123 | 60 | 3F |
| Octal | 340 | 104 | 373 | 13 | 111 | 0 | 2 | 443 | 140 | 77 |
| Binary | 11100000 | 1000100 | 11111011 | 1011 | 1001001 | 0 | 10 | 100100011 | 1100000 | 111111 |
Color Harmonies of #E044FB
Complementary color
Monochromatic Colors of #E044FB
Black with #E044FB
Text Example
Text Example
White with #E044FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044FB; }
p { color: rgb(224,68,251); }
H1.HeaderClassName
{
color: #E044FB;
}
.AnyTagClassName
{
color: #E044FB;
}
</style>
background-color css
<style>
a { background-color: #E044FB; }
a { background-color: rgb(224,68,251); }
div.DivClassName
{
background-color: #E044FB;
}
.BgClassName
{
background-color: #E044FB;
}
</style>
border-color css
<style>
span { border-color: #E044FB; }
span { border-color: rgb(224,68,251); }
td.TdClassName
{
border-color: #E044FB;
}
.TagClassName
{
border-color: #E044FB;
}
</style>