Html Css Color HEX #E23FDF Free Speech Magenta
📋 copy color: '#E23FDF'red 226 ◦ green 63 ◦ blue 223
Shades of Free Speech Magenta #E23FDF
Tints of Free Speech Magenta #E23FDF
RGB
CMYK
RGB Variations
Color information
#E23FDF (or 0xE23FDF) is known color: Free Speech Magenta. HEX triplet: E2, 3F and DF. RGB value is (226,63,223). Sum of RGB (Red+Green+Blue) = 226+63+223=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23FDF is #1DC020. Grayscale: #818181. Windows color (decimal): -1949729 or 14630882. OLE color: 14630882.
HSL color Cylindrical-coordinate representation of color #E23FDF: hue angle of 301.1º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E23FDF is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 223 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.11 |
| HSL | 301.1º | 0.74% | 0.57% | - |
| HSV(B) | 301.1º | 0.72% | 0.89% | - |
| XYZ | 46.46 | 25.05 | 72.2 | - |
| YUV | 129.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 223 | 0 | 0.72 | 0.01 | 0.11 | 301.1 | 0.74 | 0.57 |
| Hex | E2 | 3F | DF | 0 | 48 | 1 | B | 12D | 4A | 39 |
| Octal | 342 | 77 | 337 | 0 | 110 | 1 | 13 | 455 | 112 | 71 |
| Binary | 11100010 | 111111 | 11011111 | 0 | 1001000 | 1 | 1011 | 100101101 | 1001010 | 111001 |
Color Harmonies of #E23FDF
Complementary color
Monochromatic Colors of #E23FDF
Black with #E23FDF
Text Example
Text Example
White with #E23FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FDF; }
p { color: rgb(226,63,223); }
H1.HeaderClassName
{
color: #E23FDF;
}
.AnyTagClassName
{
color: #E23FDF;
}
</style>
background-color css
<style>
a { background-color: #E23FDF; }
a { background-color: rgb(226,63,223); }
div.DivClassName
{
background-color: #E23FDF;
}
.BgClassName
{
background-color: #E23FDF;
}
</style>
border-color css
<style>
span { border-color: #E23FDF; }
span { border-color: rgb(226,63,223); }
td.TdClassName
{
border-color: #E23FDF;
}
.TagClassName
{
border-color: #E23FDF;
}
</style>