Html Css Color HEX #E454E5 Free Speech Magenta
📋 copy color: '#E454E5'red 228 ◦ green 84 ◦ blue 229
Shades of Free Speech Magenta #E454E5
Tints of Free Speech Magenta #E454E5
RGB
CMYK
RGB Variations
Color information
#E454E5 (or 0xE454E5) is known color: Free Speech Magenta. HEX triplet: E4, 54 and E5. RGB value is (228,84,229). Sum of RGB (Red+Green+Blue) = 228+84+229=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 84 (33.20% from 255 or 15.53% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #E454E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E454E5 is #1BAB1A. Grayscale: #8F8F8F. Windows color (decimal): -1813275 or 15029476. OLE color: 15029476.
HSL color Cylindrical-coordinate representation of color #E454E5: hue angle of 299.59º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E454E5 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 84 | 229 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.10 |
| HSL | 299.59º | 0.74% | 0.61% | - |
| HSV(B) | 299.59º | 0.63% | 0.9% | - |
| XYZ | 49.31 | 28.49 | 77.03 | - |
| YUV | 143.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 229 | 0.00 | 0.63 | 0 | 0.10 | 299.59 | 0.74 | 0.61 |
| Hex | E4 | 54 | E5 | 0 | 3F | 0 | A | 12C | 4A | 3D |
| Octal | 344 | 124 | 345 | 0 | 77 | 0 | 12 | 454 | 112 | 75 |
| Binary | 11100100 | 1010100 | 11100101 | 0 | 111111 | 0 | 1010 | 100101100 | 1001010 | 111101 |
Color Harmonies of #E454E5
Complementary color
Monochromatic Colors of #E454E5
Black with #E454E5
Text Example
Text Example
White with #E454E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E454E5; }
p { color: rgb(228,84,229); }
H1.HeaderClassName
{
color: #E454E5;
}
.AnyTagClassName
{
color: #E454E5;
}
</style>
background-color css
<style>
a { background-color: #E454E5; }
a { background-color: rgb(228,84,229); }
div.DivClassName
{
background-color: #E454E5;
}
.BgClassName
{
background-color: #E454E5;
}
</style>
border-color css
<style>
span { border-color: #E454E5; }
span { border-color: rgb(228,84,229); }
td.TdClassName
{
border-color: #E454E5;
}
.TagClassName
{
border-color: #E454E5;
}
</style>