Html Css Color HEX #E162ED Free Speech Magenta
📋 copy color: '#E162ED'red 225 ◦ green 98 ◦ blue 237
Shades of Free Speech Magenta #E162ED
Tints of Free Speech Magenta #E162ED
RGB
CMYK
RGB Variations
Color information
#E162ED (or 0xE162ED) is known color: Free Speech Magenta. HEX triplet: E1, 62 and ED. RGB value is (225,98,237). Sum of RGB (Red+Green+Blue) = 225+98+237=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #E162ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E162ED is #1E9D12. Grayscale: #979797. Windows color (decimal): -2006291 or 15557345. OLE color: 15557345.
HSL color Cylindrical-coordinate representation of color #E162ED: hue angle of 294.82º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E162ED is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 98 | 237 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.07 |
| HSL | 294.82º | 0.79% | 0.66% | - |
| HSV(B) | 294.82º | 0.59% | 0.93% | - |
| XYZ | 50.71 | 30.86 | 83.4 | - |
| YUV | 151.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 237 | 0.05 | 0.59 | 0 | 0.07 | 294.82 | 0.79 | 0.66 |
| Hex | E1 | 62 | ED | 5 | 3B | 0 | 7 | 127 | 4F | 42 |
| Octal | 341 | 142 | 355 | 5 | 73 | 0 | 7 | 447 | 117 | 102 |
| Binary | 11100001 | 1100010 | 11101101 | 101 | 111011 | 0 | 111 | 100100111 | 1001111 | 1000010 |
Color Harmonies of #E162ED
Complementary color
Monochromatic Colors of #E162ED
Black with #E162ED
Text Example
Text Example
White with #E162ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E162ED; }
p { color: rgb(225,98,237); }
H1.HeaderClassName
{
color: #E162ED;
}
.AnyTagClassName
{
color: #E162ED;
}
</style>
background-color css
<style>
a { background-color: #E162ED; }
a { background-color: rgb(225,98,237); }
div.DivClassName
{
background-color: #E162ED;
}
.BgClassName
{
background-color: #E162ED;
}
</style>
border-color css
<style>
span { border-color: #E162ED; }
span { border-color: rgb(225,98,237); }
td.TdClassName
{
border-color: #E162ED;
}
.TagClassName
{
border-color: #E162ED;
}
</style>