Html Css Color HEX #E33CE1 Free Speech Magenta
📋 copy color: '#E33CE1'red 227 ◦ green 60 ◦ blue 225
Shades of Free Speech Magenta #E33CE1
Tints of Free Speech Magenta #E33CE1
RGB
CMYK
RGB Variations
Color information
#E33CE1 (or 0xE33CE1) is known color: Free Speech Magenta. HEX triplet: E3, 3C and E1. RGB value is (227,60,225). Sum of RGB (Red+Green+Blue) = 227+60+225=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CE1 is #1CC31E. Grayscale: #808080. Windows color (decimal): -1884959 or 14761187. OLE color: 14761187.
HSL color Cylindrical-coordinate representation of color #E33CE1: hue angle of 300.72º 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 #E33CE1 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 225 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.11 |
| HSL | 300.72º | 0.75% | 0.56% | - |
| HSV(B) | 300.72º | 0.74% | 0.89% | - |
| XYZ | 46.89 | 25 | 73.59 | - |
| YUV | 128.74 | 182.33 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 225 | 0 | 0.74 | 0.01 | 0.11 | 300.72 | 0.75 | 0.56 |
| Hex | E3 | 3C | E1 | 0 | 4A | 1 | B | 12D | 4B | 38 |
| Octal | 343 | 74 | 341 | 0 | 112 | 1 | 13 | 455 | 113 | 70 |
| Binary | 11100011 | 111100 | 11100001 | 0 | 1001010 | 1 | 1011 | 100101101 | 1001011 | 111000 |
Color Harmonies of #E33CE1
Complementary color
Monochromatic Colors of #E33CE1
Black with #E33CE1
Text Example
Text Example
White with #E33CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CE1; }
p { color: rgb(227,60,225); }
H1.HeaderClassName
{
color: #E33CE1;
}
.AnyTagClassName
{
color: #E33CE1;
}
</style>
background-color css
<style>
a { background-color: #E33CE1; }
a { background-color: rgb(227,60,225); }
div.DivClassName
{
background-color: #E33CE1;
}
.BgClassName
{
background-color: #E33CE1;
}
</style>
border-color css
<style>
span { border-color: #E33CE1; }
span { border-color: rgb(227,60,225); }
td.TdClassName
{
border-color: #E33CE1;
}
.TagClassName
{
border-color: #E33CE1;
}
</style>