Html Css Color HEX #E452ED Free Speech Magenta
📋 copy color: '#E452ED'red 228 ◦ green 82 ◦ blue 237
Shades of Free Speech Magenta #E452ED
Tints of Free Speech Magenta #E452ED
RGB
CMYK
RGB Variations
Color information
#E452ED (or 0xE452ED) is known color: Free Speech Magenta. HEX triplet: E4, 52 and ED. RGB value is (228,82,237). Sum of RGB (Red+Green+Blue) = 228+82+237=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #E452ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E452ED is #1BAD12. Grayscale: #8E8E8E. Windows color (decimal): -1813779 or 15553252. OLE color: 15553252.
HSL color Cylindrical-coordinate representation of color #E452ED: hue angle of 296.52º 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 #E452ED is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 82 | 237 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.07 |
| HSL | 296.52º | 0.81% | 0.63% | - |
| HSV(B) | 296.52º | 0.65% | 0.93% | - |
| XYZ | 50.3 | 28.64 | 83 | - |
| YUV | 143.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 237 | 0.04 | 0.65 | 0 | 0.07 | 296.52 | 0.81 | 0.63 |
| Hex | E4 | 52 | ED | 4 | 41 | 0 | 7 | 129 | 51 | 3F |
| Octal | 344 | 122 | 355 | 4 | 101 | 0 | 7 | 451 | 121 | 77 |
| Binary | 11100100 | 1010010 | 11101101 | 100 | 1000001 | 0 | 111 | 100101001 | 1010001 | 111111 |
Color Harmonies of #E452ED
Complementary color
Monochromatic Colors of #E452ED
Black with #E452ED
Text Example
Text Example
White with #E452ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E452ED; }
p { color: rgb(228,82,237); }
H1.HeaderClassName
{
color: #E452ED;
}
.AnyTagClassName
{
color: #E452ED;
}
</style>
background-color css
<style>
a { background-color: #E452ED; }
a { background-color: rgb(228,82,237); }
div.DivClassName
{
background-color: #E452ED;
}
.BgClassName
{
background-color: #E452ED;
}
</style>
border-color css
<style>
span { border-color: #E452ED; }
span { border-color: rgb(228,82,237); }
td.TdClassName
{
border-color: #E452ED;
}
.TagClassName
{
border-color: #E452ED;
}
</style>