Html Css Color HEX #E363ED Free Speech Magenta
📋 copy color: '#E363ED'red 227 ◦ green 99 ◦ blue 237
Shades of Free Speech Magenta #E363ED
Tints of Free Speech Magenta #E363ED
RGB
CMYK
RGB Variations
Color information
#E363ED (or 0xE363ED) is known color: Free Speech Magenta. HEX triplet: E3, 63 and ED. RGB value is (227,99,237). Sum of RGB (Red+Green+Blue) = 227+99+237=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #E363ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E363ED is #1C9C12. Grayscale: #989898. Windows color (decimal): -1874963 or 15557603. OLE color: 15557603.
HSL color Cylindrical-coordinate representation of color #E363ED: hue angle of 295.65º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E363ED is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 99 | 237 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.07 |
| HSL | 295.65º | 0.79% | 0.66% | - |
| HSV(B) | 295.65º | 0.58% | 0.93% | - |
| XYZ | 51.43 | 31.37 | 83.47 | - |
| YUV | 153 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 237 | 0.04 | 0.58 | 0 | 0.07 | 295.65 | 0.79 | 0.66 |
| Hex | E3 | 63 | ED | 4 | 3A | 0 | 7 | 128 | 4F | 42 |
| Octal | 343 | 143 | 355 | 4 | 72 | 0 | 7 | 450 | 117 | 102 |
| Binary | 11100011 | 1100011 | 11101101 | 100 | 111010 | 0 | 111 | 100101000 | 1001111 | 1000010 |
Color Harmonies of #E363ED
Complementary color
Monochromatic Colors of #E363ED
Black with #E363ED
Text Example
Text Example
White with #E363ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363ED; }
p { color: rgb(227,99,237); }
H1.HeaderClassName
{
color: #E363ED;
}
.AnyTagClassName
{
color: #E363ED;
}
</style>
background-color css
<style>
a { background-color: #E363ED; }
a { background-color: rgb(227,99,237); }
div.DivClassName
{
background-color: #E363ED;
}
.BgClassName
{
background-color: #E363ED;
}
</style>
border-color css
<style>
span { border-color: #E363ED; }
span { border-color: rgb(227,99,237); }
td.TdClassName
{
border-color: #E363ED;
}
.TagClassName
{
border-color: #E363ED;
}
</style>