Html Css Color HEX #E33ADF Free Speech Magenta
📋 copy color: '#E33ADF'red 227 ◦ green 58 ◦ blue 223
Shades of Free Speech Magenta #E33ADF
Tints of Free Speech Magenta #E33ADF
RGB
CMYK
RGB Variations
Color information
#E33ADF (or 0xE33ADF) is known color: Free Speech Magenta. HEX triplet: E3, 3A and DF. RGB value is (227,58,223). Sum of RGB (Red+Green+Blue) = 227+58+223=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E33ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33ADF is #1CC520. Grayscale: #7E7E7E. Windows color (decimal): -1885473 or 14629603. OLE color: 14629603.
HSL color Cylindrical-coordinate representation of color #E33ADF: hue angle of 301.42º 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 #E33ADF is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 223 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.11 |
| HSL | 301.42º | 0.75% | 0.56% | - |
| HSV(B) | 301.42º | 0.74% | 0.89% | - |
| XYZ | 46.51 | 24.68 | 72.13 | - |
| YUV | 127.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 223 | 0 | 0.74 | 0.02 | 0.11 | 301.42 | 0.75 | 0.56 |
| Hex | E3 | 3A | DF | 0 | 4A | 2 | B | 12D | 4B | 38 |
| Octal | 343 | 72 | 337 | 0 | 112 | 2 | 13 | 455 | 113 | 70 |
| Binary | 11100011 | 111010 | 11011111 | 0 | 1001010 | 10 | 1011 | 100101101 | 1001011 | 111000 |
Color Harmonies of #E33ADF
Complementary color
Monochromatic Colors of #E33ADF
Black with #E33ADF
Text Example
Text Example
White with #E33ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33ADF; }
p { color: rgb(227,58,223); }
H1.HeaderClassName
{
color: #E33ADF;
}
.AnyTagClassName
{
color: #E33ADF;
}
</style>
background-color css
<style>
a { background-color: #E33ADF; }
a { background-color: rgb(227,58,223); }
div.DivClassName
{
background-color: #E33ADF;
}
.BgClassName
{
background-color: #E33ADF;
}
</style>
border-color css
<style>
span { border-color: #E33ADF; }
span { border-color: rgb(227,58,223); }
td.TdClassName
{
border-color: #E33ADF;
}
.TagClassName
{
border-color: #E33ADF;
}
</style>