Html Css Color HEX #E444EA Free Speech Magenta
📋 copy color: '#E444EA'red 228 ◦ green 68 ◦ blue 234
Shades of Free Speech Magenta #E444EA
Tints of Free Speech Magenta #E444EA
RGB
CMYK
RGB Variations
Color information
#E444EA (or 0xE444EA) is known color: Free Speech Magenta. HEX triplet: E4, 44 and EA. RGB value is (228,68,234). Sum of RGB (Red+Green+Blue) = 228+68+234=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 68 (26.95% from 255 or 12.83% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #E444EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E444EA is #1BBB15. Grayscale: #868686. Windows color (decimal): -1817366 or 15353060. OLE color: 15353060.
HSL color Cylindrical-coordinate representation of color #E444EA: hue angle of 297.83º 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 #E444EA is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 68 | 234 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.08 |
| HSL | 297.83º | 0.8% | 0.59% | - |
| HSV(B) | 297.83º | 0.71% | 0.92% | - |
| XYZ | 48.91 | 26.57 | 80.39 | - |
| YUV | 134.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 68 | 234 | 0.03 | 0.71 | 0 | 0.08 | 297.83 | 0.8 | 0.59 |
| Hex | E4 | 44 | EA | 3 | 47 | 0 | 8 | 12A | 50 | 3B |
| Octal | 344 | 104 | 352 | 3 | 107 | 0 | 10 | 452 | 120 | 73 |
| Binary | 11100100 | 1000100 | 11101010 | 11 | 1000111 | 0 | 1000 | 100101010 | 1010000 | 111011 |
Color Harmonies of #E444EA
Complementary color
Monochromatic Colors of #E444EA
Black with #E444EA
Text Example
Text Example
White with #E444EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E444EA; }
p { color: rgb(228,68,234); }
H1.HeaderClassName
{
color: #E444EA;
}
.AnyTagClassName
{
color: #E444EA;
}
</style>
background-color css
<style>
a { background-color: #E444EA; }
a { background-color: rgb(228,68,234); }
div.DivClassName
{
background-color: #E444EA;
}
.BgClassName
{
background-color: #E444EA;
}
</style>
border-color css
<style>
span { border-color: #E444EA; }
span { border-color: rgb(228,68,234); }
td.TdClassName
{
border-color: #E444EA;
}
.TagClassName
{
border-color: #E444EA;
}
</style>