Html Css Color HEX #E03CEE Free Speech Magenta
📋 copy color: '#E03CEE'red 224 ◦ green 60 ◦ blue 238
Shades of Free Speech Magenta #E03CEE
Tints of Free Speech Magenta #E03CEE
RGB
CMYK
RGB Variations
Color information
#E03CEE (or 0xE03CEE) is known color: Free Speech Magenta. HEX triplet: E0, 3C and EE. RGB value is (224,60,238). Sum of RGB (Red+Green+Blue) = 224+60+238=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #E03CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03CEE is #1FC311. Grayscale: #808080. Windows color (decimal): -2081554 or 15613152. OLE color: 15613152.
HSL color Cylindrical-coordinate representation of color #E03CEE: hue angle of 295.28º 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 #E03CEE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 60 | 238 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.07 |
| HSL | 295.28º | 0.84% | 0.58% | - |
| HSV(B) | 295.28º | 0.75% | 0.93% | - |
| XYZ | 47.79 | 25.25 | 83.24 | - |
| YUV | 129.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 238 | 0.06 | 0.75 | 0 | 0.07 | 295.28 | 0.84 | 0.58 |
| Hex | E0 | 3C | EE | 6 | 4B | 0 | 7 | 127 | 54 | 3A |
| Octal | 340 | 74 | 356 | 6 | 113 | 0 | 7 | 447 | 124 | 72 |
| Binary | 11100000 | 111100 | 11101110 | 110 | 1001011 | 0 | 111 | 100100111 | 1010100 | 111010 |
Color Harmonies of #E03CEE
Complementary color
Monochromatic Colors of #E03CEE
Black with #E03CEE
Text Example
Text Example
White with #E03CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03CEE; }
p { color: rgb(224,60,238); }
H1.HeaderClassName
{
color: #E03CEE;
}
.AnyTagClassName
{
color: #E03CEE;
}
</style>
background-color css
<style>
a { background-color: #E03CEE; }
a { background-color: rgb(224,60,238); }
div.DivClassName
{
background-color: #E03CEE;
}
.BgClassName
{
background-color: #E03CEE;
}
</style>
border-color css
<style>
span { border-color: #E03CEE; }
span { border-color: rgb(224,60,238); }
td.TdClassName
{
border-color: #E03CEE;
}
.TagClassName
{
border-color: #E03CEE;
}
</style>