Html Css Color HEX #E04EE7 Free Speech Magenta
📋 copy color: '#E04EE7'red 224 ◦ green 78 ◦ blue 231
Shades of Free Speech Magenta #E04EE7
Tints of Free Speech Magenta #E04EE7
RGB
CMYK
RGB Variations
Color information
#E04EE7 (or 0xE04EE7) is known color: Free Speech Magenta. HEX triplet: E0, 4E and E7. RGB value is (224,78,231). Sum of RGB (Red+Green+Blue) = 224+78+231=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #E04EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04EE7 is #1FB118. Grayscale: #8A8A8A. Windows color (decimal): -2076953 or 15159008. OLE color: 15159008.
HSL color Cylindrical-coordinate representation of color #E04EE7: hue angle of 297.25º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04EE7 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 78 | 231 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.09 |
| HSL | 297.25º | 0.76% | 0.61% | - |
| HSV(B) | 297.25º | 0.66% | 0.91% | - |
| XYZ | 47.89 | 27.07 | 78.3 | - |
| YUV | 139.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 231 | 0.03 | 0.66 | 0 | 0.09 | 297.25 | 0.76 | 0.61 |
| Hex | E0 | 4E | E7 | 3 | 42 | 0 | 9 | 129 | 4C | 3D |
| Octal | 340 | 116 | 347 | 3 | 102 | 0 | 11 | 451 | 114 | 75 |
| Binary | 11100000 | 1001110 | 11100111 | 11 | 1000010 | 0 | 1001 | 100101001 | 1001100 | 111101 |
Color Harmonies of #E04EE7
Complementary color
Monochromatic Colors of #E04EE7
Black with #E04EE7
Text Example
Text Example
White with #E04EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EE7; }
p { color: rgb(224,78,231); }
H1.HeaderClassName
{
color: #E04EE7;
}
.AnyTagClassName
{
color: #E04EE7;
}
</style>
background-color css
<style>
a { background-color: #E04EE7; }
a { background-color: rgb(224,78,231); }
div.DivClassName
{
background-color: #E04EE7;
}
.BgClassName
{
background-color: #E04EE7;
}
</style>
border-color css
<style>
span { border-color: #E04EE7; }
span { border-color: rgb(224,78,231); }
td.TdClassName
{
border-color: #E04EE7;
}
.TagClassName
{
border-color: #E04EE7;
}
</style>