Html Css Color HEX #E33FDF Free Speech Magenta
📋 copy color: '#E33FDF'red 227 ◦ green 63 ◦ blue 223
Shades of Free Speech Magenta #E33FDF
Tints of Free Speech Magenta #E33FDF
RGB
CMYK
RGB Variations
Color information
#E33FDF (or 0xE33FDF) is known color: Free Speech Magenta. HEX triplet: E3, 3F and DF. RGB value is (227,63,223). Sum of RGB (Red+Green+Blue) = 227+63+223=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E33FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33FDF is #1CC020. Grayscale: #818181. Windows color (decimal): -1884193 or 14630883. OLE color: 14630883.
HSL color Cylindrical-coordinate representation of color #E33FDF: hue angle of 301.46º 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 #E33FDF is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 223 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.11 |
| HSL | 301.46º | 0.75% | 0.57% | - |
| HSV(B) | 301.46º | 0.72% | 0.89% | - |
| XYZ | 46.78 | 25.21 | 72.21 | - |
| YUV | 130.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 223 | 0 | 0.72 | 0.02 | 0.11 | 301.46 | 0.75 | 0.57 |
| Hex | E3 | 3F | DF | 0 | 48 | 2 | B | 12D | 4B | 39 |
| Octal | 343 | 77 | 337 | 0 | 110 | 2 | 13 | 455 | 113 | 71 |
| Binary | 11100011 | 111111 | 11011111 | 0 | 1001000 | 10 | 1011 | 100101101 | 1001011 | 111001 |
Color Harmonies of #E33FDF
Complementary color
Monochromatic Colors of #E33FDF
Black with #E33FDF
Text Example
Text Example
White with #E33FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33FDF; }
p { color: rgb(227,63,223); }
H1.HeaderClassName
{
color: #E33FDF;
}
.AnyTagClassName
{
color: #E33FDF;
}
</style>
background-color css
<style>
a { background-color: #E33FDF; }
a { background-color: rgb(227,63,223); }
div.DivClassName
{
background-color: #E33FDF;
}
.BgClassName
{
background-color: #E33FDF;
}
</style>
border-color css
<style>
span { border-color: #E33FDF; }
span { border-color: rgb(227,63,223); }
td.TdClassName
{
border-color: #E33FDF;
}
.TagClassName
{
border-color: #E33FDF;
}
</style>