Html Css Color HEX #E53FFB Free Speech Magenta
📋 copy color: '#E53FFB'red 229 ◦ green 63 ◦ blue 251
Shades of Free Speech Magenta #E53FFB
Tints of Free Speech Magenta #E53FFB
RGB
CMYK
RGB Variations
Color information
#E53FFB (or 0xE53FFB) is known color: Free Speech Magenta. HEX triplet: E5, 3F and FB. RGB value is (229,63,251). Sum of RGB (Red+Green+Blue) = 229+63+251=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 63 (25% from 255 or 11.60% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #E53FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FFB is #1AC004. Grayscale: #858585. Windows color (decimal): -1753093 or 16465893. OLE color: 16465893.
HSL color Cylindrical-coordinate representation of color #E53FFB: hue angle of 292.98º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53FFB is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 63 | 251 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.02 |
| HSL | 292.98º | 0.96% | 0.62% | - |
| HSV(B) | 292.98º | 0.75% | 0.98% | - |
| XYZ | 51.5 | 27.18 | 93.8 | - |
| YUV | 134.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 251 | 0.09 | 0.75 | 0 | 0.02 | 292.98 | 0.96 | 0.62 |
| Hex | E5 | 3F | FB | 9 | 4B | 0 | 2 | 125 | 60 | 3E |
| Octal | 345 | 77 | 373 | 11 | 113 | 0 | 2 | 445 | 140 | 76 |
| Binary | 11100101 | 111111 | 11111011 | 1001 | 1001011 | 0 | 10 | 100100101 | 1100000 | 111110 |
Color Harmonies of #E53FFB
Complementary color
Monochromatic Colors of #E53FFB
Black with #E53FFB
Text Example
Text Example
White with #E53FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FFB; }
p { color: rgb(229,63,251); }
H1.HeaderClassName
{
color: #E53FFB;
}
.AnyTagClassName
{
color: #E53FFB;
}
</style>
background-color css
<style>
a { background-color: #E53FFB; }
a { background-color: rgb(229,63,251); }
div.DivClassName
{
background-color: #E53FFB;
}
.BgClassName
{
background-color: #E53FFB;
}
</style>
border-color css
<style>
span { border-color: #E53FFB; }
span { border-color: rgb(229,63,251); }
td.TdClassName
{
border-color: #E53FFB;
}
.TagClassName
{
border-color: #E53FFB;
}
</style>