Html Css Color HEX #E23ADA Free Speech Magenta
📋 copy color: '#E23ADA'red 226 ◦ green 58 ◦ blue 218
Shades of Free Speech Magenta #E23ADA
Tints of Free Speech Magenta #E23ADA
RGB
CMYK
RGB Variations
Color information
#E23ADA (or 0xE23ADA) is known color: Free Speech Magenta. HEX triplet: E2, 3A and DA. RGB value is (226,58,218). Sum of RGB (Red+Green+Blue) = 226+58+218=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E23ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23ADA is #1DC525. Grayscale: #7E7E7E. Windows color (decimal): -1951014 or 14301922. OLE color: 14301922.
HSL color Cylindrical-coordinate representation of color #E23ADA: hue angle of 302.86º 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 #E23ADA is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 218 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.11 |
| HSL | 302.86º | 0.74% | 0.56% | - |
| HSV(B) | 302.86º | 0.74% | 0.89% | - |
| XYZ | 45.53 | 24.26 | 68.61 | - |
| YUV | 126.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 218 | 0 | 0.74 | 0.04 | 0.11 | 302.86 | 0.74 | 0.56 |
| Hex | E2 | 3A | DA | 0 | 4A | 4 | B | 12F | 4A | 38 |
| Octal | 342 | 72 | 332 | 0 | 112 | 4 | 13 | 457 | 112 | 70 |
| Binary | 11100010 | 111010 | 11011010 | 0 | 1001010 | 100 | 1011 | 100101111 | 1001010 | 111000 |
Color Harmonies of #E23ADA
Complementary color
Monochromatic Colors of #E23ADA
Black with #E23ADA
Text Example
Text Example
White with #E23ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23ADA; }
p { color: rgb(226,58,218); }
H1.HeaderClassName
{
color: #E23ADA;
}
.AnyTagClassName
{
color: #E23ADA;
}
</style>
background-color css
<style>
a { background-color: #E23ADA; }
a { background-color: rgb(226,58,218); }
div.DivClassName
{
background-color: #E23ADA;
}
.BgClassName
{
background-color: #E23ADA;
}
</style>
border-color css
<style>
span { border-color: #E23ADA; }
span { border-color: rgb(226,58,218); }
td.TdClassName
{
border-color: #E23ADA;
}
.TagClassName
{
border-color: #E23ADA;
}
</style>