Html Css Color HEX #E53CFC Free Speech Magenta
📋 copy color: '#E53CFC'red 229 ◦ green 60 ◦ blue 252
Shades of Free Speech Magenta #E53CFC
Tints of Free Speech Magenta #E53CFC
RGB
CMYK
RGB Variations
Color information
#E53CFC (or 0xE53CFC) is known color: Free Speech Magenta. HEX triplet: E5, 3C and FC. RGB value is (229,60,252). Sum of RGB (Red+Green+Blue) = 229+60+252=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 60 (23.83% from 255 or 11.09% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #E53CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CFC is #1AC303. Grayscale: #838383. Windows color (decimal): -1753860 or 16530661. OLE color: 16530661.
HSL color Cylindrical-coordinate representation of color #E53CFC: hue angle of 292.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53CFC is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 60 | 252 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.01 |
| HSL | 292.81º | 0.97% | 0.61% | - |
| HSV(B) | 292.81º | 0.76% | 0.99% | - |
| XYZ | 51.5 | 26.92 | 94.58 | - |
| YUV | 132.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 252 | 0.09 | 0.76 | 0 | 0.01 | 292.81 | 0.97 | 0.61 |
| Hex | E5 | 3C | FC | 9 | 4C | 0 | 1 | 125 | 61 | 3D |
| Octal | 345 | 74 | 374 | 11 | 114 | 0 | 1 | 445 | 141 | 75 |
| Binary | 11100101 | 111100 | 11111100 | 1001 | 1001100 | 0 | 1 | 100100101 | 1100001 | 111101 |
Color Harmonies of #E53CFC
Complementary color
Monochromatic Colors of #E53CFC
Black with #E53CFC
Text Example
Text Example
White with #E53CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CFC; }
p { color: rgb(229,60,252); }
H1.HeaderClassName
{
color: #E53CFC;
}
.AnyTagClassName
{
color: #E53CFC;
}
</style>
background-color css
<style>
a { background-color: #E53CFC; }
a { background-color: rgb(229,60,252); }
div.DivClassName
{
background-color: #E53CFC;
}
.BgClassName
{
background-color: #E53CFC;
}
</style>
border-color css
<style>
span { border-color: #E53CFC; }
span { border-color: rgb(229,60,252); }
td.TdClassName
{
border-color: #E53CFC;
}
.TagClassName
{
border-color: #E53CFC;
}
</style>