Html Css Color HEX #E33ADB Free Speech Magenta
📋 copy color: '#E33ADB'red 227 ◦ green 58 ◦ blue 219
Shades of Free Speech Magenta #E33ADB
Tints of Free Speech Magenta #E33ADB
RGB
CMYK
RGB Variations
Color information
#E33ADB (or 0xE33ADB) is known color: Free Speech Magenta. HEX triplet: E3, 3A and DB. RGB value is (227,58,219). Sum of RGB (Red+Green+Blue) = 227+58+219=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E33ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33ADB is #1CC524. Grayscale: #7E7E7E. Windows color (decimal): -1885477 or 14367459. OLE color: 14367459.
HSL color Cylindrical-coordinate representation of color #E33ADB: hue angle of 302.84º degrees, saturation: 0.75, 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 #E33ADB is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 219 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.11 |
| HSL | 302.84º | 0.75% | 0.56% | - |
| HSV(B) | 302.84º | 0.74% | 0.89% | - |
| XYZ | 45.98 | 24.47 | 69.32 | - |
| YUV | 126.89 | 179.99 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 219 | 0 | 0.74 | 0.04 | 0.11 | 302.84 | 0.75 | 0.56 |
| Hex | E3 | 3A | DB | 0 | 4A | 4 | B | 12F | 4B | 38 |
| Octal | 343 | 72 | 333 | 0 | 112 | 4 | 13 | 457 | 113 | 70 |
| Binary | 11100011 | 111010 | 11011011 | 0 | 1001010 | 100 | 1011 | 100101111 | 1001011 | 111000 |
Color Harmonies of #E33ADB
Complementary color
Monochromatic Colors of #E33ADB
Black with #E33ADB
Text Example
Text Example
White with #E33ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33ADB; }
p { color: rgb(227,58,219); }
H1.HeaderClassName
{
color: #E33ADB;
}
.AnyTagClassName
{
color: #E33ADB;
}
</style>
background-color css
<style>
a { background-color: #E33ADB; }
a { background-color: rgb(227,58,219); }
div.DivClassName
{
background-color: #E33ADB;
}
.BgClassName
{
background-color: #E33ADB;
}
</style>
border-color css
<style>
span { border-color: #E33ADB; }
span { border-color: rgb(227,58,219); }
td.TdClassName
{
border-color: #E33ADB;
}
.TagClassName
{
border-color: #E33ADB;
}
</style>