Html Css Color HEX #E153ED Free Speech Magenta
📋 copy color: '#E153ED'red 225 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #E153ED
Tints of Free Speech Magenta #E153ED
RGB
CMYK
RGB Variations
Color information
#E153ED (or 0xE153ED) is known color: Free Speech Magenta. HEX triplet: E1, 53 and ED. RGB value is (225,83,237). Sum of RGB (Red+Green+Blue) = 225+83+237=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #E153ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153ED is #1EAC12. Grayscale: #8E8E8E. Windows color (decimal): -2010131 or 15553505. OLE color: 15553505.
HSL color Cylindrical-coordinate representation of color #E153ED: hue angle of 295.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E153ED is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 83 | 237 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.07 |
| HSL | 295.32º | 0.81% | 0.63% | - |
| HSV(B) | 295.32º | 0.65% | 0.93% | - |
| XYZ | 49.43 | 28.31 | 82.98 | - |
| YUV | 143.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 237 | 0.05 | 0.65 | 0 | 0.07 | 295.32 | 0.81 | 0.63 |
| Hex | E1 | 53 | ED | 5 | 41 | 0 | 7 | 127 | 51 | 3F |
| Octal | 341 | 123 | 355 | 5 | 101 | 0 | 7 | 447 | 121 | 77 |
| Binary | 11100001 | 1010011 | 11101101 | 101 | 1000001 | 0 | 111 | 100100111 | 1010001 | 111111 |
Color Harmonies of #E153ED
Complementary color
Monochromatic Colors of #E153ED
Black with #E153ED
Text Example
Text Example
White with #E153ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153ED; }
p { color: rgb(225,83,237); }
H1.HeaderClassName
{
color: #E153ED;
}
.AnyTagClassName
{
color: #E153ED;
}
</style>
background-color css
<style>
a { background-color: #E153ED; }
a { background-color: rgb(225,83,237); }
div.DivClassName
{
background-color: #E153ED;
}
.BgClassName
{
background-color: #E153ED;
}
</style>
border-color css
<style>
span { border-color: #E153ED; }
span { border-color: rgb(225,83,237); }
td.TdClassName
{
border-color: #E153ED;
}
.TagClassName
{
border-color: #E153ED;
}
</style>