Html Css Color HEX #E53CEE Free Speech Magenta
📋 copy color: '#E53CEE'red 229 ◦ green 60 ◦ blue 238
Shades of Free Speech Magenta #E53CEE
Tints of Free Speech Magenta #E53CEE
RGB
CMYK
RGB Variations
Color information
#E53CEE (or 0xE53CEE) is known color: Free Speech Magenta. HEX triplet: E5, 3C and EE. RGB value is (229,60,238). Sum of RGB (Red+Green+Blue) = 229+60+238=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 60 (23.83% from 255 or 11.39% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #E53CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CEE is #1AC311. Grayscale: #828282. Windows color (decimal): -1753874 or 15613157. OLE color: 15613157.
HSL color Cylindrical-coordinate representation of color #E53CEE: hue angle of 296.97º 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 #E53CEE is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 60 | 238 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.07 |
| HSL | 296.97º | 0.84% | 0.58% | - |
| HSV(B) | 296.97º | 0.75% | 0.93% | - |
| XYZ | 49.36 | 26.06 | 83.32 | - |
| YUV | 130.82 | 188.49 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 238 | 0.04 | 0.75 | 0 | 0.07 | 296.97 | 0.84 | 0.58 |
| Hex | E5 | 3C | EE | 4 | 4B | 0 | 7 | 129 | 54 | 3A |
| Octal | 345 | 74 | 356 | 4 | 113 | 0 | 7 | 451 | 124 | 72 |
| Binary | 11100101 | 111100 | 11101110 | 100 | 1001011 | 0 | 111 | 100101001 | 1010100 | 111010 |
Color Harmonies of #E53CEE
Complementary color
Monochromatic Colors of #E53CEE
Black with #E53CEE
Text Example
Text Example
White with #E53CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CEE; }
p { color: rgb(229,60,238); }
H1.HeaderClassName
{
color: #E53CEE;
}
.AnyTagClassName
{
color: #E53CEE;
}
</style>
background-color css
<style>
a { background-color: #E53CEE; }
a { background-color: rgb(229,60,238); }
div.DivClassName
{
background-color: #E53CEE;
}
.BgClassName
{
background-color: #E53CEE;
}
</style>
border-color css
<style>
span { border-color: #E53CEE; }
span { border-color: rgb(229,60,238); }
td.TdClassName
{
border-color: #E53CEE;
}
.TagClassName
{
border-color: #E53CEE;
}
</style>