Html Css Color HEX #E43BDA Free Speech Magenta
📋 copy color: '#E43BDA'red 228 ◦ green 59 ◦ blue 218
Shades of Free Speech Magenta #E43BDA
Tints of Free Speech Magenta #E43BDA
RGB
CMYK
RGB Variations
Color information
#E43BDA (or 0xE43BDA) is known color: Free Speech Magenta. HEX triplet: E4, 3B and DA. RGB value is (228,59,218). Sum of RGB (Red+Green+Blue) = 228+59+218=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E43BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43BDA is #1BC425. Grayscale: #7F7F7F. Windows color (decimal): -1819686 or 14302180. OLE color: 14302180.
HSL color Cylindrical-coordinate representation of color #E43BDA: hue angle of 303.55º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43BDA is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 59 | 218 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.11 |
| HSL | 303.55º | 0.76% | 0.56% | - |
| HSV(B) | 303.55º | 0.74% | 0.89% | - |
| XYZ | 46.21 | 24.68 | 68.66 | - |
| YUV | 127.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 59 | 218 | 0 | 0.74 | 0.04 | 0.11 | 303.55 | 0.76 | 0.56 |
| Hex | E4 | 3B | DA | 0 | 4A | 4 | B | 130 | 4C | 38 |
| Octal | 344 | 73 | 332 | 0 | 112 | 4 | 13 | 460 | 114 | 70 |
| Binary | 11100100 | 111011 | 11011010 | 0 | 1001010 | 100 | 1011 | 100110000 | 1001100 | 111000 |
Color Harmonies of #E43BDA
Complementary color
Monochromatic Colors of #E43BDA
Black with #E43BDA
Text Example
Text Example
White with #E43BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43BDA; }
p { color: rgb(228,59,218); }
H1.HeaderClassName
{
color: #E43BDA;
}
.AnyTagClassName
{
color: #E43BDA;
}
</style>
background-color css
<style>
a { background-color: #E43BDA; }
a { background-color: rgb(228,59,218); }
div.DivClassName
{
background-color: #E43BDA;
}
.BgClassName
{
background-color: #E43BDA;
}
</style>
border-color css
<style>
span { border-color: #E43BDA; }
span { border-color: rgb(228,59,218); }
td.TdClassName
{
border-color: #E43BDA;
}
.TagClassName
{
border-color: #E43BDA;
}
</style>