Html Css Color HEX #E33FCC Free Speech Magenta
📋 copy color: '#E33FCC'red 227 ◦ green 63 ◦ blue 204
Shades of Free Speech Magenta #E33FCC
Tints of Free Speech Magenta #E33FCC
RGB
CMYK
RGB Variations
Color information
#E33FCC (or 0xE33FCC) is known color: Free Speech Magenta. HEX triplet: E3, 3F and CC. RGB value is (227,63,204). Sum of RGB (Red+Green+Blue) = 227+63+204=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E33FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33FCC is #1CC033. Grayscale: #7F7F7F. Windows color (decimal): -1884212 or 13385699. OLE color: 13385699.
HSL color Cylindrical-coordinate representation of color #E33FCC: hue angle of 308.41º 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 #E33FCC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 204 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.11 |
| HSL | 308.41º | 0.75% | 0.57% | - |
| HSV(B) | 308.41º | 0.72% | 0.89% | - |
| XYZ | 44.36 | 24.25 | 59.47 | - |
| YUV | 128.11 | 170.83 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 204 | 0 | 0.72 | 0.10 | 0.11 | 308.41 | 0.75 | 0.57 |
| Hex | E3 | 3F | CC | 0 | 48 | A | B | 134 | 4B | 39 |
| Octal | 343 | 77 | 314 | 0 | 110 | 12 | 13 | 464 | 113 | 71 |
| Binary | 11100011 | 111111 | 11001100 | 0 | 1001000 | 1010 | 1011 | 100110100 | 1001011 | 111001 |
Color Harmonies of #E33FCC
Complementary color
Monochromatic Colors of #E33FCC
Black with #E33FCC
Text Example
Text Example
White with #E33FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33FCC; }
p { color: rgb(227,63,204); }
H1.HeaderClassName
{
color: #E33FCC;
}
.AnyTagClassName
{
color: #E33FCC;
}
</style>
background-color css
<style>
a { background-color: #E33FCC; }
a { background-color: rgb(227,63,204); }
div.DivClassName
{
background-color: #E33FCC;
}
.BgClassName
{
background-color: #E33FCC;
}
</style>
border-color css
<style>
span { border-color: #E33FCC; }
span { border-color: rgb(227,63,204); }
td.TdClassName
{
border-color: #E33FCC;
}
.TagClassName
{
border-color: #E33FCC;
}
</style>