Html Css Color HEX #E23ADF Free Speech Magenta
📋 copy color: '#E23ADF'red 226 ◦ green 58 ◦ blue 223
Shades of Free Speech Magenta #E23ADF
Tints of Free Speech Magenta #E23ADF
RGB
CMYK
RGB Variations
Color information
#E23ADF (or 0xE23ADF) is known color: Free Speech Magenta. HEX triplet: E2, 3A and DF. RGB value is (226,58,223). Sum of RGB (Red+Green+Blue) = 226+58+223=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E23ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23ADF is #1DC520. Grayscale: #7E7E7E. Windows color (decimal): -1951009 or 14629602. OLE color: 14629602.
HSL color Cylindrical-coordinate representation of color #E23ADF: hue angle of 301.07º 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 #E23ADF is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 223 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.11 |
| HSL | 301.07º | 0.74% | 0.56% | - |
| HSV(B) | 301.07º | 0.74% | 0.89% | - |
| XYZ | 46.2 | 24.52 | 72.11 | - |
| YUV | 127.04 | 182.16 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 223 | 0 | 0.74 | 0.01 | 0.11 | 301.07 | 0.74 | 0.56 |
| Hex | E2 | 3A | DF | 0 | 4A | 1 | B | 12D | 4A | 38 |
| Octal | 342 | 72 | 337 | 0 | 112 | 1 | 13 | 455 | 112 | 70 |
| Binary | 11100010 | 111010 | 11011111 | 0 | 1001010 | 1 | 1011 | 100101101 | 1001010 | 111000 |
Color Harmonies of #E23ADF
Complementary color
Monochromatic Colors of #E23ADF
Black with #E23ADF
Text Example
Text Example
White with #E23ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23ADF; }
p { color: rgb(226,58,223); }
H1.HeaderClassName
{
color: #E23ADF;
}
.AnyTagClassName
{
color: #E23ADF;
}
</style>
background-color css
<style>
a { background-color: #E23ADF; }
a { background-color: rgb(226,58,223); }
div.DivClassName
{
background-color: #E23ADF;
}
.BgClassName
{
background-color: #E23ADF;
}
</style>
border-color css
<style>
span { border-color: #E23ADF; }
span { border-color: rgb(226,58,223); }
td.TdClassName
{
border-color: #E23ADF;
}
.TagClassName
{
border-color: #E23ADF;
}
</style>