Html Css Color HEX #E33CEE Free Speech Magenta
📋 copy color: '#E33CEE'red 227 ◦ green 60 ◦ blue 238
Shades of Free Speech Magenta #E33CEE
Tints of Free Speech Magenta #E33CEE
RGB
CMYK
RGB Variations
Color information
#E33CEE (or 0xE33CEE) is known color: Free Speech Magenta. HEX triplet: E3, 3C and EE. RGB value is (227,60,238). Sum of RGB (Red+Green+Blue) = 227+60+238=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 60 (23.83% from 255 or 11.43% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #E33CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33CEE is #1CC311. Grayscale: #818181. Windows color (decimal): -1884946 or 15613155. OLE color: 15613155.
HSL color Cylindrical-coordinate representation of color #E33CEE: hue angle of 296.29º degrees, saturation: 0.84, 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 #E33CEE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 60 | 238 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.07 |
| HSL | 296.29º | 0.84% | 0.58% | - |
| HSV(B) | 296.29º | 0.75% | 0.93% | - |
| XYZ | 48.73 | 25.74 | 83.29 | - |
| YUV | 130.23 | 188.83 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 238 | 0.05 | 0.75 | 0 | 0.07 | 296.29 | 0.84 | 0.58 |
| Hex | E3 | 3C | EE | 5 | 4B | 0 | 7 | 128 | 54 | 3A |
| Octal | 343 | 74 | 356 | 5 | 113 | 0 | 7 | 450 | 124 | 72 |
| Binary | 11100011 | 111100 | 11101110 | 101 | 1001011 | 0 | 111 | 100101000 | 1010100 | 111010 |
Color Harmonies of #E33CEE
Complementary color
Monochromatic Colors of #E33CEE
Black with #E33CEE
Text Example
Text Example
White with #E33CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CEE; }
p { color: rgb(227,60,238); }
H1.HeaderClassName
{
color: #E33CEE;
}
.AnyTagClassName
{
color: #E33CEE;
}
</style>
background-color css
<style>
a { background-color: #E33CEE; }
a { background-color: rgb(227,60,238); }
div.DivClassName
{
background-color: #E33CEE;
}
.BgClassName
{
background-color: #E33CEE;
}
</style>
border-color css
<style>
span { border-color: #E33CEE; }
span { border-color: rgb(227,60,238); }
td.TdClassName
{
border-color: #E33CEE;
}
.TagClassName
{
border-color: #E33CEE;
}
</style>