Html Css Color HEX #E23FDB Free Speech Magenta
📋 copy color: '#E23FDB'red 226 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #E23FDB
Tints of Free Speech Magenta #E23FDB
RGB
CMYK
RGB Variations
Color information
#E23FDB (or 0xE23FDB) is known color: Free Speech Magenta. HEX triplet: E2, 3F and DB. RGB value is (226,63,219). Sum of RGB (Red+Green+Blue) = 226+63+219=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23FDB is #1DC024. Grayscale: #818181. Windows color (decimal): -1949733 or 14368738. OLE color: 14368738.
HSL color Cylindrical-coordinate representation of color #E23FDB: hue angle of 302.58º 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 #E23FDB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 219 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.11 |
| HSL | 302.58º | 0.74% | 0.57% | - |
| HSV(B) | 302.58º | 0.72% | 0.89% | - |
| XYZ | 45.93 | 24.84 | 69.39 | - |
| YUV | 129.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 219 | 0 | 0.72 | 0.03 | 0.11 | 302.58 | 0.74 | 0.57 |
| Hex | E2 | 3F | DB | 0 | 48 | 3 | B | 12F | 4A | 39 |
| Octal | 342 | 77 | 333 | 0 | 110 | 3 | 13 | 457 | 112 | 71 |
| Binary | 11100010 | 111111 | 11011011 | 0 | 1001000 | 11 | 1011 | 100101111 | 1001010 | 111001 |
Color Harmonies of #E23FDB
Complementary color
Monochromatic Colors of #E23FDB
Black with #E23FDB
Text Example
Text Example
White with #E23FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FDB; }
p { color: rgb(226,63,219); }
H1.HeaderClassName
{
color: #E23FDB;
}
.AnyTagClassName
{
color: #E23FDB;
}
</style>
background-color css
<style>
a { background-color: #E23FDB; }
a { background-color: rgb(226,63,219); }
div.DivClassName
{
background-color: #E23FDB;
}
.BgClassName
{
background-color: #E23FDB;
}
</style>
border-color css
<style>
span { border-color: #E23FDB; }
span { border-color: rgb(226,63,219); }
td.TdClassName
{
border-color: #E23FDB;
}
.TagClassName
{
border-color: #E23FDB;
}
</style>