Html Css Color HEX #E23AD6 Free Speech Magenta
📋 copy color: '#E23AD6'red 226 ◦ green 58 ◦ blue 214
Shades of Free Speech Magenta #E23AD6
Tints of Free Speech Magenta #E23AD6
RGB
CMYK
RGB Variations
Color information
#E23AD6 (or 0xE23AD6) is known color: Free Speech Magenta. HEX triplet: E2, 3A and D6. RGB value is (226,58,214). Sum of RGB (Red+Green+Blue) = 226+58+214=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 58 (23.05% from 255 or 11.65% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E23AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23AD6 is #1DC529. Grayscale: #7D7D7D. Windows color (decimal): -1951018 or 14039778. OLE color: 14039778.
HSL color Cylindrical-coordinate representation of color #E23AD6: hue angle of 304.29º 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 #E23AD6 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 214 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.11 |
| HSL | 304.29º | 0.74% | 0.56% | - |
| HSV(B) | 304.29º | 0.74% | 0.89% | - |
| XYZ | 45.01 | 24.05 | 65.89 | - |
| YUV | 126.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 214 | 0 | 0.74 | 0.05 | 0.11 | 304.29 | 0.74 | 0.56 |
| Hex | E2 | 3A | D6 | 0 | 4A | 5 | B | 130 | 4A | 38 |
| Octal | 342 | 72 | 326 | 0 | 112 | 5 | 13 | 460 | 112 | 70 |
| Binary | 11100010 | 111010 | 11010110 | 0 | 1001010 | 101 | 1011 | 100110000 | 1001010 | 111000 |
Color Harmonies of #E23AD6
Complementary color
Monochromatic Colors of #E23AD6
Black with #E23AD6
Text Example
Text Example
White with #E23AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23AD6; }
p { color: rgb(226,58,214); }
H1.HeaderClassName
{
color: #E23AD6;
}
.AnyTagClassName
{
color: #E23AD6;
}
</style>
background-color css
<style>
a { background-color: #E23AD6; }
a { background-color: rgb(226,58,214); }
div.DivClassName
{
background-color: #E23AD6;
}
.BgClassName
{
background-color: #E23AD6;
}
</style>
border-color css
<style>
span { border-color: #E23AD6; }
span { border-color: rgb(226,58,214); }
td.TdClassName
{
border-color: #E23AD6;
}
.TagClassName
{
border-color: #E23AD6;
}
</style>