Html Css Color HEX #E045FA Free Speech Magenta
📋 copy color: '#E045FA'red 224 ◦ green 69 ◦ blue 250
Shades of Free Speech Magenta #E045FA
Tints of Free Speech Magenta #E045FA
RGB
CMYK
RGB Variations
Color information
#E045FA (or 0xE045FA) is known color: Free Speech Magenta. HEX triplet: E0, 45 and FA. RGB value is (224,69,250). Sum of RGB (Red+Green+Blue) = 224+69+250=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 69 (27.34% from 255 or 12.71% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #E045FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E045FA is #1FBA05. Grayscale: #878787. Windows color (decimal): -2079238 or 16401888. OLE color: 16401888.
HSL color Cylindrical-coordinate representation of color #E045FA: hue angle of 291.38º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E045FA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 69 | 250 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.02 |
| HSL | 291.38º | 0.95% | 0.63% | - |
| HSV(B) | 291.38º | 0.72% | 0.98% | - |
| XYZ | 50.12 | 27.01 | 93.01 | - |
| YUV | 135.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 250 | 0.10 | 0.72 | 0 | 0.02 | 291.38 | 0.95 | 0.63 |
| Hex | E0 | 45 | FA | A | 48 | 0 | 2 | 123 | 5F | 3F |
| Octal | 340 | 105 | 372 | 12 | 110 | 0 | 2 | 443 | 137 | 77 |
| Binary | 11100000 | 1000101 | 11111010 | 1010 | 1001000 | 0 | 10 | 100100011 | 1011111 | 111111 |
Color Harmonies of #E045FA
Complementary color
Monochromatic Colors of #E045FA
Black with #E045FA
Text Example
Text Example
White with #E045FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045FA; }
p { color: rgb(224,69,250); }
H1.HeaderClassName
{
color: #E045FA;
}
.AnyTagClassName
{
color: #E045FA;
}
</style>
background-color css
<style>
a { background-color: #E045FA; }
a { background-color: rgb(224,69,250); }
div.DivClassName
{
background-color: #E045FA;
}
.BgClassName
{
background-color: #E045FA;
}
</style>
border-color css
<style>
span { border-color: #E045FA; }
span { border-color: rgb(224,69,250); }
td.TdClassName
{
border-color: #E045FA;
}
.TagClassName
{
border-color: #E045FA;
}
</style>