Html Css Color HEX #E53CFB Free Speech Magenta
📋 copy color: '#E53CFB'red 229 ◦ green 60 ◦ blue 251
Shades of Free Speech Magenta #E53CFB
Tints of Free Speech Magenta #E53CFB
RGB
CMYK
RGB Variations
Color information
#E53CFB (or 0xE53CFB) is known color: Free Speech Magenta. HEX triplet: E5, 3C and FB. RGB value is (229,60,251). Sum of RGB (Red+Green+Blue) = 229+60+251=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 60 (23.83% from 255 or 11.11% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #E53CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CFB is #1AC304. Grayscale: #838383. Windows color (decimal): -1753861 or 16465125. OLE color: 16465125.
HSL color Cylindrical-coordinate representation of color #E53CFB: hue angle of 293.09º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53CFB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 60 | 251 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.02 |
| HSL | 293.09º | 0.96% | 0.61% | - |
| HSV(B) | 293.09º | 0.76% | 0.98% | - |
| XYZ | 51.34 | 26.85 | 93.74 | - |
| YUV | 132.31 | 194.99 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 251 | 0.09 | 0.76 | 0 | 0.02 | 293.09 | 0.96 | 0.61 |
| Hex | E5 | 3C | FB | 9 | 4C | 0 | 2 | 125 | 60 | 3D |
| Octal | 345 | 74 | 373 | 11 | 114 | 0 | 2 | 445 | 140 | 75 |
| Binary | 11100101 | 111100 | 11111011 | 1001 | 1001100 | 0 | 10 | 100100101 | 1100000 | 111101 |
Color Harmonies of #E53CFB
Complementary color
Monochromatic Colors of #E53CFB
Black with #E53CFB
Text Example
Text Example
White with #E53CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CFB; }
p { color: rgb(229,60,251); }
H1.HeaderClassName
{
color: #E53CFB;
}
.AnyTagClassName
{
color: #E53CFB;
}
</style>
background-color css
<style>
a { background-color: #E53CFB; }
a { background-color: rgb(229,60,251); }
div.DivClassName
{
background-color: #E53CFB;
}
.BgClassName
{
background-color: #E53CFB;
}
</style>
border-color css
<style>
span { border-color: #E53CFB; }
span { border-color: rgb(229,60,251); }
td.TdClassName
{
border-color: #E53CFB;
}
.TagClassName
{
border-color: #E53CFB;
}
</style>