Html Css Color HEX #E455E5 Free Speech Magenta
📋 copy color: '#E455E5'red 228 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #E455E5
Tints of Free Speech Magenta #E455E5
RGB
CMYK
RGB Variations
Color information
#E455E5 (or 0xE455E5) is known color: Free Speech Magenta. HEX triplet: E4, 55 and E5. RGB value is (228,85,229). Sum of RGB (Red+Green+Blue) = 228+85+229=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #E455E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455E5 is #1BAA1A. Grayscale: #8F8F8F. Windows color (decimal): -1813019 or 15029732. OLE color: 15029732.
HSL color Cylindrical-coordinate representation of color #E455E5: hue angle of 299.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455E5 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 85 | 229 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.10 |
| HSL | 299.58º | 0.73% | 0.62% | - |
| HSV(B) | 299.58º | 0.63% | 0.9% | - |
| XYZ | 49.39 | 28.65 | 77.06 | - |
| YUV | 144.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 229 | 0.00 | 0.63 | 0 | 0.10 | 299.58 | 0.73 | 0.62 |
| Hex | E4 | 55 | E5 | 0 | 3F | 0 | A | 12C | 49 | 3E |
| Octal | 344 | 125 | 345 | 0 | 77 | 0 | 12 | 454 | 111 | 76 |
| Binary | 11100100 | 1010101 | 11100101 | 0 | 111111 | 0 | 1010 | 100101100 | 1001001 | 111110 |
Color Harmonies of #E455E5
Complementary color
Monochromatic Colors of #E455E5
Black with #E455E5
Text Example
Text Example
White with #E455E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455E5; }
p { color: rgb(228,85,229); }
H1.HeaderClassName
{
color: #E455E5;
}
.AnyTagClassName
{
color: #E455E5;
}
</style>
background-color css
<style>
a { background-color: #E455E5; }
a { background-color: rgb(228,85,229); }
div.DivClassName
{
background-color: #E455E5;
}
.BgClassName
{
background-color: #E455E5;
}
</style>
border-color css
<style>
span { border-color: #E455E5; }
span { border-color: rgb(228,85,229); }
td.TdClassName
{
border-color: #E455E5;
}
.TagClassName
{
border-color: #E455E5;
}
</style>