Html Css Color HEX #E33CEF Free Speech Magenta
📋 copy color: '#E33CEF'red 227 ◦ green 60 ◦ blue 239
Shades of Free Speech Magenta #E33CEF
Tints of Free Speech Magenta #E33CEF
RGB
CMYK
RGB Variations
Color information
#E33CEF (or 0xE33CEF) is known color: Free Speech Magenta. HEX triplet: E3, 3C and EF. RGB value is (227,60,239). Sum of RGB (Red+Green+Blue) = 227+60+239=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 60 (23.83% from 255 or 11.41% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #E33CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33CEF is #1CC310. Grayscale: #818181. Windows color (decimal): -1884945 or 15678691. OLE color: 15678691.
HSL color Cylindrical-coordinate representation of color #E33CEF: hue angle of 295.98º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E33CEF is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 60 | 239 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.06 |
| HSL | 295.98º | 0.85% | 0.59% | - |
| HSV(B) | 295.98º | 0.75% | 0.94% | - |
| XYZ | 48.87 | 25.79 | 84.06 | - |
| YUV | 130.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 239 | 0.05 | 0.75 | 0 | 0.06 | 295.98 | 0.85 | 0.59 |
| Hex | E3 | 3C | EF | 5 | 4B | 0 | 6 | 128 | 55 | 3B |
| Octal | 343 | 74 | 357 | 5 | 113 | 0 | 6 | 450 | 125 | 73 |
| Binary | 11100011 | 111100 | 11101111 | 101 | 1001011 | 0 | 110 | 100101000 | 1010101 | 111011 |
Color Harmonies of #E33CEF
Complementary color
Monochromatic Colors of #E33CEF
Black with #E33CEF
Text Example
Text Example
White with #E33CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CEF; }
p { color: rgb(227,60,239); }
H1.HeaderClassName
{
color: #E33CEF;
}
.AnyTagClassName
{
color: #E33CEF;
}
</style>
background-color css
<style>
a { background-color: #E33CEF; }
a { background-color: rgb(227,60,239); }
div.DivClassName
{
background-color: #E33CEF;
}
.BgClassName
{
background-color: #E33CEF;
}
</style>
border-color css
<style>
span { border-color: #E33CEF; }
span { border-color: rgb(227,60,239); }
td.TdClassName
{
border-color: #E33CEF;
}
.TagClassName
{
border-color: #E33CEF;
}
</style>