Html Css Color HEX #E360E7 Free Speech Magenta
📋 copy color: '#E360E7'red 227 ◦ green 96 ◦ blue 231
Shades of Free Speech Magenta #E360E7
Tints of Free Speech Magenta #E360E7
RGB
CMYK
RGB Variations
Color information
#E360E7 (or 0xE360E7) is known color: Free Speech Magenta. HEX triplet: E3, 60 and E7. RGB value is (227,96,231). Sum of RGB (Red+Green+Blue) = 227+96+231=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #E360E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E360E7 is #1C9F18. Grayscale: #969696. Windows color (decimal): -1875737 or 15163619. OLE color: 15163619.
HSL color Cylindrical-coordinate representation of color #E360E7: hue angle of 298.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360E7 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 96 | 231 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.09 |
| HSL | 298.22º | 0.74% | 0.64% | - |
| HSV(B) | 298.22º | 0.58% | 0.91% | - |
| XYZ | 50.29 | 30.47 | 78.83 | - |
| YUV | 150.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 231 | 0.02 | 0.58 | 0 | 0.09 | 298.22 | 0.74 | 0.64 |
| Hex | E3 | 60 | E7 | 2 | 3A | 0 | 9 | 12A | 4A | 40 |
| Octal | 343 | 140 | 347 | 2 | 72 | 0 | 11 | 452 | 112 | 100 |
| Binary | 11100011 | 1100000 | 11100111 | 10 | 111010 | 0 | 1001 | 100101010 | 1001010 | 1000000 |
Color Harmonies of #E360E7
Complementary color
Monochromatic Colors of #E360E7
Black with #E360E7
Text Example
Text Example
White with #E360E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360E7; }
p { color: rgb(227,96,231); }
H1.HeaderClassName
{
color: #E360E7;
}
.AnyTagClassName
{
color: #E360E7;
}
</style>
background-color css
<style>
a { background-color: #E360E7; }
a { background-color: rgb(227,96,231); }
div.DivClassName
{
background-color: #E360E7;
}
.BgClassName
{
background-color: #E360E7;
}
</style>
border-color css
<style>
span { border-color: #E360E7; }
span { border-color: rgb(227,96,231); }
td.TdClassName
{
border-color: #E360E7;
}
.TagClassName
{
border-color: #E360E7;
}
</style>