Html Css Color HEX #E33ADC Free Speech Magenta
📋 copy color: '#E33ADC'red 227 ◦ green 58 ◦ blue 220
Shades of Free Speech Magenta #E33ADC
Tints of Free Speech Magenta #E33ADC
RGB
CMYK
RGB Variations
Color information
#E33ADC (or 0xE33ADC) is known color: Free Speech Magenta. HEX triplet: E3, 3A and DC. RGB value is (227,58,220). Sum of RGB (Red+Green+Blue) = 227+58+220=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E33ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33ADC is #1CC523. Grayscale: #7E7E7E. Windows color (decimal): -1885476 or 14432995. OLE color: 14432995.
HSL color Cylindrical-coordinate representation of color #E33ADC: hue angle of 302.49º 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 #E33ADC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 220 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.11 |
| HSL | 302.49º | 0.75% | 0.56% | - |
| HSV(B) | 302.49º | 0.74% | 0.89% | - |
| XYZ | 46.11 | 24.52 | 70.01 | - |
| YUV | 127 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 220 | 0 | 0.74 | 0.03 | 0.11 | 302.49 | 0.75 | 0.56 |
| Hex | E3 | 3A | DC | 0 | 4A | 3 | B | 12E | 4B | 38 |
| Octal | 343 | 72 | 334 | 0 | 112 | 3 | 13 | 456 | 113 | 70 |
| Binary | 11100011 | 111010 | 11011100 | 0 | 1001010 | 11 | 1011 | 100101110 | 1001011 | 111000 |
Color Harmonies of #E33ADC
Complementary color
Monochromatic Colors of #E33ADC
Black with #E33ADC
Text Example
Text Example
White with #E33ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33ADC; }
p { color: rgb(227,58,220); }
H1.HeaderClassName
{
color: #E33ADC;
}
.AnyTagClassName
{
color: #E33ADC;
}
</style>
background-color css
<style>
a { background-color: #E33ADC; }
a { background-color: rgb(227,58,220); }
div.DivClassName
{
background-color: #E33ADC;
}
.BgClassName
{
background-color: #E33ADC;
}
</style>
border-color css
<style>
span { border-color: #E33ADC; }
span { border-color: rgb(227,58,220); }
td.TdClassName
{
border-color: #E33ADC;
}
.TagClassName
{
border-color: #E33ADC;
}
</style>