Html Css Color HEX #E33CEC Free Speech Magenta
📋 copy color: '#E33CEC'red 227 ◦ green 60 ◦ blue 236
Shades of Free Speech Magenta #E33CEC
Tints of Free Speech Magenta #E33CEC
RGB
CMYK
RGB Variations
Color information
#E33CEC (or 0xE33CEC) is known color: Free Speech Magenta. HEX triplet: E3, 3C and EC. RGB value is (227,60,236). Sum of RGB (Red+Green+Blue) = 227+60+236=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 60 (23.83% from 255 or 11.47% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #E33CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33CEC is #1CC313. Grayscale: #818181. Windows color (decimal): -1884948 or 15482083. OLE color: 15482083.
HSL color Cylindrical-coordinate representation of color #E33CEC: hue angle of 296.93º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E33CEC is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 60 | 236 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.07 |
| HSL | 296.93º | 0.82% | 0.58% | - |
| HSV(B) | 296.93º | 0.75% | 0.93% | - |
| XYZ | 48.43 | 25.62 | 81.75 | - |
| YUV | 130 | 187.83 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 236 | 0.04 | 0.75 | 0 | 0.07 | 296.93 | 0.82 | 0.58 |
| Hex | E3 | 3C | EC | 4 | 4B | 0 | 7 | 129 | 52 | 3A |
| Octal | 343 | 74 | 354 | 4 | 113 | 0 | 7 | 451 | 122 | 72 |
| Binary | 11100011 | 111100 | 11101100 | 100 | 1001011 | 0 | 111 | 100101001 | 1010010 | 111010 |
Color Harmonies of #E33CEC
Complementary color
Monochromatic Colors of #E33CEC
Black with #E33CEC
Text Example
Text Example
White with #E33CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CEC; }
p { color: rgb(227,60,236); }
H1.HeaderClassName
{
color: #E33CEC;
}
.AnyTagClassName
{
color: #E33CEC;
}
</style>
background-color css
<style>
a { background-color: #E33CEC; }
a { background-color: rgb(227,60,236); }
div.DivClassName
{
background-color: #E33CEC;
}
.BgClassName
{
background-color: #E33CEC;
}
</style>
border-color css
<style>
span { border-color: #E33CEC; }
span { border-color: rgb(227,60,236); }
td.TdClassName
{
border-color: #E33CEC;
}
.TagClassName
{
border-color: #E33CEC;
}
</style>