Html Css Color HEX #E33FEE Free Speech Magenta
📋 copy color: '#E33FEE'red 227 ◦ green 63 ◦ blue 238
Shades of Free Speech Magenta #E33FEE
Tints of Free Speech Magenta #E33FEE
RGB
CMYK
RGB Variations
Color information
#E33FEE (or 0xE33FEE) is known color: Free Speech Magenta. HEX triplet: E3, 3F and EE. RGB value is (227,63,238). Sum of RGB (Red+Green+Blue) = 227+63+238=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 63 (25% from 255 or 11.93% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #E33FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33FEE is #1CC011. Grayscale: #838383. Windows color (decimal): -1884178 or 15613923. OLE color: 15613923.
HSL color Cylindrical-coordinate representation of color #E33FEE: hue angle of 296.23º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33FEE is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 63 | 238 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.07 |
| HSL | 296.23º | 0.84% | 0.59% | - |
| HSV(B) | 296.23º | 0.74% | 0.93% | - |
| XYZ | 48.89 | 26.06 | 83.34 | - |
| YUV | 131.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 238 | 0.05 | 0.74 | 0 | 0.07 | 296.23 | 0.84 | 0.59 |
| Hex | E3 | 3F | EE | 5 | 4A | 0 | 7 | 128 | 54 | 3B |
| Octal | 343 | 77 | 356 | 5 | 112 | 0 | 7 | 450 | 124 | 73 |
| Binary | 11100011 | 111111 | 11101110 | 101 | 1001010 | 0 | 111 | 100101000 | 1010100 | 111011 |
Color Harmonies of #E33FEE
Complementary color
Monochromatic Colors of #E33FEE
Black with #E33FEE
Text Example
Text Example
White with #E33FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33FEE; }
p { color: rgb(227,63,238); }
H1.HeaderClassName
{
color: #E33FEE;
}
.AnyTagClassName
{
color: #E33FEE;
}
</style>
background-color css
<style>
a { background-color: #E33FEE; }
a { background-color: rgb(227,63,238); }
div.DivClassName
{
background-color: #E33FEE;
}
.BgClassName
{
background-color: #E33FEE;
}
</style>
border-color css
<style>
span { border-color: #E33FEE; }
span { border-color: rgb(227,63,238); }
td.TdClassName
{
border-color: #E33FEE;
}
.TagClassName
{
border-color: #E33FEE;
}
</style>