Html Css Color HEX #E045EA Free Speech Magenta
📋 copy color: '#E045EA'red 224 ◦ green 69 ◦ blue 234
Shades of Free Speech Magenta #E045EA
Tints of Free Speech Magenta #E045EA
RGB
CMYK
RGB Variations
Color information
#E045EA (or 0xE045EA) is known color: Free Speech Magenta. HEX triplet: E0, 45 and EA. RGB value is (224,69,234). Sum of RGB (Red+Green+Blue) = 224+69+234=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 69 (27.34% from 255 or 13.09% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #E045EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E045EA is #1FBA15. Grayscale: #858585. Windows color (decimal): -2079254 or 15353312. OLE color: 15353312.
HSL color Cylindrical-coordinate representation of color #E045EA: hue angle of 296.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E045EA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 69 | 234 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.08 |
| HSL | 296.36º | 0.8% | 0.59% | - |
| HSV(B) | 296.36º | 0.71% | 0.92% | - |
| XYZ | 47.72 | 26.04 | 80.35 | - |
| YUV | 134.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 234 | 0.04 | 0.71 | 0 | 0.08 | 296.36 | 0.8 | 0.59 |
| Hex | E0 | 45 | EA | 4 | 47 | 0 | 8 | 128 | 50 | 3B |
| Octal | 340 | 105 | 352 | 4 | 107 | 0 | 10 | 450 | 120 | 73 |
| Binary | 11100000 | 1000101 | 11101010 | 100 | 1000111 | 0 | 1000 | 100101000 | 1010000 | 111011 |
Color Harmonies of #E045EA
Complementary color
Monochromatic Colors of #E045EA
Black with #E045EA
Text Example
Text Example
White with #E045EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045EA; }
p { color: rgb(224,69,234); }
H1.HeaderClassName
{
color: #E045EA;
}
.AnyTagClassName
{
color: #E045EA;
}
</style>
background-color css
<style>
a { background-color: #E045EA; }
a { background-color: rgb(224,69,234); }
div.DivClassName
{
background-color: #E045EA;
}
.BgClassName
{
background-color: #E045EA;
}
</style>
border-color css
<style>
span { border-color: #E045EA; }
span { border-color: rgb(224,69,234); }
td.TdClassName
{
border-color: #E045EA;
}
.TagClassName
{
border-color: #E045EA;
}
</style>