Html Css Color HEX #E360E5 Free Speech Magenta
📋 copy color: '#E360E5'red 227 ◦ green 96 ◦ blue 229
Shades of Free Speech Magenta #E360E5
Tints of Free Speech Magenta #E360E5
RGB
CMYK
RGB Variations
Color information
#E360E5 (or 0xE360E5) is known color: Free Speech Magenta. HEX triplet: E3, 60 and E5. RGB value is (227,96,229). Sum of RGB (Red+Green+Blue) = 227+96+229=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #E360E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360E5 is #1C9F1A. Grayscale: #959595. Windows color (decimal): -1875739 or 15032547. OLE color: 15032547.
HSL color Cylindrical-coordinate representation of color #E360E5: hue angle of 299.1º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360E5 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 96 | 229 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.10 |
| HSL | 299.1º | 0.72% | 0.64% | - |
| HSV(B) | 299.1º | 0.58% | 0.9% | - |
| XYZ | 50 | 30.35 | 77.35 | - |
| YUV | 150.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 229 | 0.01 | 0.58 | 0 | 0.10 | 299.1 | 0.72 | 0.64 |
| Hex | E3 | 60 | E5 | 1 | 3A | 0 | A | 12B | 48 | 40 |
| Octal | 343 | 140 | 345 | 1 | 72 | 0 | 12 | 453 | 110 | 100 |
| Binary | 11100011 | 1100000 | 11100101 | 1 | 111010 | 0 | 1010 | 100101011 | 1001000 | 1000000 |
Color Harmonies of #E360E5
Complementary color
Monochromatic Colors of #E360E5
Black with #E360E5
Text Example
Text Example
White with #E360E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360E5; }
p { color: rgb(227,96,229); }
H1.HeaderClassName
{
color: #E360E5;
}
.AnyTagClassName
{
color: #E360E5;
}
</style>
background-color css
<style>
a { background-color: #E360E5; }
a { background-color: rgb(227,96,229); }
div.DivClassName
{
background-color: #E360E5;
}
.BgClassName
{
background-color: #E360E5;
}
</style>
border-color css
<style>
span { border-color: #E360E5; }
span { border-color: rgb(227,96,229); }
td.TdClassName
{
border-color: #E360E5;
}
.TagClassName
{
border-color: #E360E5;
}
</style>