Html Css Color HEX #E23ADB Free Speech Magenta
📋 copy color: '#E23ADB'red 226 ◦ green 58 ◦ blue 219
Shades of Free Speech Magenta #E23ADB
Tints of Free Speech Magenta #E23ADB
RGB
CMYK
RGB Variations
Color information
#E23ADB (or 0xE23ADB) is known color: Free Speech Magenta. HEX triplet: E2, 3A and DB. RGB value is (226,58,219). Sum of RGB (Red+Green+Blue) = 226+58+219=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E23ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23ADB is #1DC524. Grayscale: #7E7E7E. Windows color (decimal): -1951013 or 14367458. OLE color: 14367458.
HSL color Cylindrical-coordinate representation of color #E23ADB: hue angle of 302.5º 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 #E23ADB is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 219 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.11 |
| HSL | 302.5º | 0.74% | 0.56% | - |
| HSV(B) | 302.5º | 0.74% | 0.89% | - |
| XYZ | 45.66 | 24.31 | 69.3 | - |
| YUV | 126.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 219 | 0 | 0.74 | 0.03 | 0.11 | 302.5 | 0.74 | 0.56 |
| Hex | E2 | 3A | DB | 0 | 4A | 3 | B | 12E | 4A | 38 |
| Octal | 342 | 72 | 333 | 0 | 112 | 3 | 13 | 456 | 112 | 70 |
| Binary | 11100010 | 111010 | 11011011 | 0 | 1001010 | 11 | 1011 | 100101110 | 1001010 | 111000 |
Color Harmonies of #E23ADB
Complementary color
Monochromatic Colors of #E23ADB
Black with #E23ADB
Text Example
Text Example
White with #E23ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23ADB; }
p { color: rgb(226,58,219); }
H1.HeaderClassName
{
color: #E23ADB;
}
.AnyTagClassName
{
color: #E23ADB;
}
</style>
background-color css
<style>
a { background-color: #E23ADB; }
a { background-color: rgb(226,58,219); }
div.DivClassName
{
background-color: #E23ADB;
}
.BgClassName
{
background-color: #E23ADB;
}
</style>
border-color css
<style>
span { border-color: #E23ADB; }
span { border-color: rgb(226,58,219); }
td.TdClassName
{
border-color: #E23ADB;
}
.TagClassName
{
border-color: #E23ADB;
}
</style>