Html Css Color HEX #E360E4 Free Speech Magenta
📋 copy color: '#E360E4'red 227 ◦ green 96 ◦ blue 228
Shades of Free Speech Magenta #E360E4
Tints of Free Speech Magenta #E360E4
RGB
CMYK
RGB Variations
Color information
#E360E4 (or 0xE360E4) is known color: Free Speech Magenta. HEX triplet: E3, 60 and E4. RGB value is (227,96,228). Sum of RGB (Red+Green+Blue) = 227+96+228=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #E360E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360E4 is #1C9F1B. Grayscale: #959595. Windows color (decimal): -1875740 or 14967011. OLE color: 14967011.
HSL color Cylindrical-coordinate representation of color #E360E4: hue angle of 299.55º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360E4 is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 228 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.11 |
| HSL | 299.55º | 0.71% | 0.64% | - |
| HSV(B) | 299.55º | 0.58% | 0.89% | - |
| XYZ | 49.87 | 30.3 | 76.62 | - |
| YUV | 150.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 228 | 0.00 | 0.58 | 0 | 0.11 | 299.55 | 0.71 | 0.64 |
| Hex | E3 | 60 | E4 | 0 | 3A | 0 | B | 12C | 47 | 40 |
| Octal | 343 | 140 | 344 | 0 | 72 | 0 | 13 | 454 | 107 | 100 |
| Binary | 11100011 | 1100000 | 11100100 | 0 | 111010 | 0 | 1011 | 100101100 | 1000111 | 1000000 |
Color Harmonies of #E360E4
Complementary color
Monochromatic Colors of #E360E4
Black with #E360E4
Text Example
Text Example
White with #E360E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360E4; }
p { color: rgb(227,96,228); }
H1.HeaderClassName
{
color: #E360E4;
}
.AnyTagClassName
{
color: #E360E4;
}
</style>
background-color css
<style>
a { background-color: #E360E4; }
a { background-color: rgb(227,96,228); }
div.DivClassName
{
background-color: #E360E4;
}
.BgClassName
{
background-color: #E360E4;
}
</style>
border-color css
<style>
span { border-color: #E360E4; }
span { border-color: rgb(227,96,228); }
td.TdClassName
{
border-color: #E360E4;
}
.TagClassName
{
border-color: #E360E4;
}
</style>