Html Css Color HEX #E448EA Free Speech Magenta
📋 copy color: '#E448EA'red 228 ◦ green 72 ◦ blue 234
Shades of Free Speech Magenta #E448EA
Tints of Free Speech Magenta #E448EA
RGB
CMYK
RGB Variations
Color information
#E448EA (or 0xE448EA) is known color: Free Speech Magenta. HEX triplet: E4, 48 and EA. RGB value is (228,72,234). Sum of RGB (Red+Green+Blue) = 228+72+234=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #E448EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E448EA is #1BB715. Grayscale: #888888. Windows color (decimal): -1816342 or 15354084. OLE color: 15354084.
HSL color Cylindrical-coordinate representation of color #E448EA: hue angle of 297.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E448EA is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 72 | 234 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.08 |
| HSL | 297.78º | 0.79% | 0.6% | - |
| HSV(B) | 297.78º | 0.69% | 0.92% | - |
| XYZ | 49.16 | 27.07 | 80.48 | - |
| YUV | 137.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 234 | 0.03 | 0.69 | 0 | 0.08 | 297.78 | 0.79 | 0.6 |
| Hex | E4 | 48 | EA | 3 | 45 | 0 | 8 | 12A | 4F | 3C |
| Octal | 344 | 110 | 352 | 3 | 105 | 0 | 10 | 452 | 117 | 74 |
| Binary | 11100100 | 1001000 | 11101010 | 11 | 1000101 | 0 | 1000 | 100101010 | 1001111 | 111100 |
Color Harmonies of #E448EA
Complementary color
Monochromatic Colors of #E448EA
Black with #E448EA
Text Example
Text Example
White with #E448EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448EA; }
p { color: rgb(228,72,234); }
H1.HeaderClassName
{
color: #E448EA;
}
.AnyTagClassName
{
color: #E448EA;
}
</style>
background-color css
<style>
a { background-color: #E448EA; }
a { background-color: rgb(228,72,234); }
div.DivClassName
{
background-color: #E448EA;
}
.BgClassName
{
background-color: #E448EA;
}
</style>
border-color css
<style>
span { border-color: #E448EA; }
span { border-color: rgb(228,72,234); }
td.TdClassName
{
border-color: #E448EA;
}
.TagClassName
{
border-color: #E448EA;
}
</style>