Html Css Color HEX #E33FDD Free Speech Magenta
📋 copy color: '#E33FDD'red 227 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #E33FDD
Tints of Free Speech Magenta #E33FDD
RGB
CMYK
RGB Variations
Color information
#E33FDD (or 0xE33FDD) is known color: Free Speech Magenta. HEX triplet: E3, 3F and DD. RGB value is (227,63,221). Sum of RGB (Red+Green+Blue) = 227+63+221=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E33FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33FDD is #1CC022. Grayscale: #818181. Windows color (decimal): -1884195 or 14499811. OLE color: 14499811.
HSL color Cylindrical-coordinate representation of color #E33FDD: hue angle of 302.2º degrees, saturation: 0.75, 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 #E33FDD is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 221 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.11 |
| HSL | 302.2º | 0.75% | 0.57% | - |
| HSV(B) | 302.2º | 0.72% | 0.89% | - |
| XYZ | 46.51 | 25.11 | 70.8 | - |
| YUV | 130.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 221 | 0 | 0.72 | 0.03 | 0.11 | 302.2 | 0.75 | 0.57 |
| Hex | E3 | 3F | DD | 0 | 48 | 3 | B | 12E | 4B | 39 |
| Octal | 343 | 77 | 335 | 0 | 110 | 3 | 13 | 456 | 113 | 71 |
| Binary | 11100011 | 111111 | 11011101 | 0 | 1001000 | 11 | 1011 | 100101110 | 1001011 | 111001 |
Color Harmonies of #E33FDD
Complementary color
Monochromatic Colors of #E33FDD
Black with #E33FDD
Text Example
Text Example
White with #E33FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33FDD; }
p { color: rgb(227,63,221); }
H1.HeaderClassName
{
color: #E33FDD;
}
.AnyTagClassName
{
color: #E33FDD;
}
</style>
background-color css
<style>
a { background-color: #E33FDD; }
a { background-color: rgb(227,63,221); }
div.DivClassName
{
background-color: #E33FDD;
}
.BgClassName
{
background-color: #E33FDD;
}
</style>
border-color css
<style>
span { border-color: #E33FDD; }
span { border-color: rgb(227,63,221); }
td.TdClassName
{
border-color: #E33FDD;
}
.TagClassName
{
border-color: #E33FDD;
}
</style>