Html Css Color HEX #E23AD8 Free Speech Magenta
📋 copy color: '#E23AD8'red 226 ◦ green 58 ◦ blue 216
Shades of Free Speech Magenta #E23AD8
Tints of Free Speech Magenta #E23AD8
RGB
CMYK
RGB Variations
Color information
#E23AD8 (or 0xE23AD8) is known color: Free Speech Magenta. HEX triplet: E2, 3A and D8. RGB value is (226,58,216). Sum of RGB (Red+Green+Blue) = 226+58+216=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E23AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23AD8 is #1DC527. Grayscale: #7D7D7D. Windows color (decimal): -1951016 or 14170850. OLE color: 14170850.
HSL color Cylindrical-coordinate representation of color #E23AD8: hue angle of 303.57º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23AD8 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 216 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.11 |
| HSL | 303.57º | 0.74% | 0.56% | - |
| HSV(B) | 303.57º | 0.74% | 0.89% | - |
| XYZ | 45.27 | 24.15 | 67.24 | - |
| YUV | 126.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 216 | 0 | 0.74 | 0.04 | 0.11 | 303.57 | 0.74 | 0.56 |
| Hex | E2 | 3A | D8 | 0 | 4A | 4 | B | 130 | 4A | 38 |
| Octal | 342 | 72 | 330 | 0 | 112 | 4 | 13 | 460 | 112 | 70 |
| Binary | 11100010 | 111010 | 11011000 | 0 | 1001010 | 100 | 1011 | 100110000 | 1001010 | 111000 |
Color Harmonies of #E23AD8
Complementary color
Monochromatic Colors of #E23AD8
Black with #E23AD8
Text Example
Text Example
White with #E23AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23AD8; }
p { color: rgb(226,58,216); }
H1.HeaderClassName
{
color: #E23AD8;
}
.AnyTagClassName
{
color: #E23AD8;
}
</style>
background-color css
<style>
a { background-color: #E23AD8; }
a { background-color: rgb(226,58,216); }
div.DivClassName
{
background-color: #E23AD8;
}
.BgClassName
{
background-color: #E23AD8;
}
</style>
border-color css
<style>
span { border-color: #E23AD8; }
span { border-color: rgb(226,58,216); }
td.TdClassName
{
border-color: #E23AD8;
}
.TagClassName
{
border-color: #E23AD8;
}
</style>