Html Css Color HEX #E153EF Free Speech Magenta
📋 copy color: '#E153EF'red 225 ◦ green 83 ◦ blue 239
Shades of Free Speech Magenta #E153EF
Tints of Free Speech Magenta #E153EF
RGB
CMYK
RGB Variations
Color information
#E153EF (or 0xE153EF) is known color: Free Speech Magenta. HEX triplet: E1, 53 and EF. RGB value is (225,83,239). Sum of RGB (Red+Green+Blue) = 225+83+239=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #E153EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153EF is #1EAC10. Grayscale: #8E8E8E. Windows color (decimal): -2010129 or 15684577. OLE color: 15684577.
HSL color Cylindrical-coordinate representation of color #E153EF: hue angle of 294.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E153EF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 83 | 239 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.06 |
| HSL | 294.62º | 0.83% | 0.63% | - |
| HSV(B) | 294.62º | 0.65% | 0.94% | - |
| XYZ | 49.72 | 28.43 | 84.53 | - |
| YUV | 143.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 239 | 0.06 | 0.65 | 0 | 0.06 | 294.62 | 0.83 | 0.63 |
| Hex | E1 | 53 | EF | 6 | 41 | 0 | 6 | 127 | 53 | 3F |
| Octal | 341 | 123 | 357 | 6 | 101 | 0 | 6 | 447 | 123 | 77 |
| Binary | 11100001 | 1010011 | 11101111 | 110 | 1000001 | 0 | 110 | 100100111 | 1010011 | 111111 |
Color Harmonies of #E153EF
Complementary color
Monochromatic Colors of #E153EF
Black with #E153EF
Text Example
Text Example
White with #E153EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153EF; }
p { color: rgb(225,83,239); }
H1.HeaderClassName
{
color: #E153EF;
}
.AnyTagClassName
{
color: #E153EF;
}
</style>
background-color css
<style>
a { background-color: #E153EF; }
a { background-color: rgb(225,83,239); }
div.DivClassName
{
background-color: #E153EF;
}
.BgClassName
{
background-color: #E153EF;
}
</style>
border-color css
<style>
span { border-color: #E153EF; }
span { border-color: rgb(225,83,239); }
td.TdClassName
{
border-color: #E153EF;
}
.TagClassName
{
border-color: #E153EF;
}
</style>