Html Css Color HEX #E450E5 Free Speech Magenta
📋 copy color: '#E450E5'red 228 ◦ green 80 ◦ blue 229
Shades of Free Speech Magenta #E450E5
Tints of Free Speech Magenta #E450E5
RGB
CMYK
RGB Variations
Color information
#E450E5 (or 0xE450E5) is known color: Free Speech Magenta. HEX triplet: E4, 50 and E5. RGB value is (228,80,229). Sum of RGB (Red+Green+Blue) = 228+80+229=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #E450E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E450E5 is #1BAF1A. Grayscale: #8C8C8C. Windows color (decimal): -1814299 or 15028452. OLE color: 15028452.
HSL color Cylindrical-coordinate representation of color #E450E5: hue angle of 299.6º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450E5 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 80 | 229 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.10 |
| HSL | 299.6º | 0.74% | 0.61% | - |
| HSV(B) | 299.6º | 0.65% | 0.9% | - |
| XYZ | 49.01 | 27.89 | 76.93 | - |
| YUV | 141.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 229 | 0.00 | 0.65 | 0 | 0.10 | 299.6 | 0.74 | 0.61 |
| Hex | E4 | 50 | E5 | 0 | 41 | 0 | A | 12C | 4A | 3D |
| Octal | 344 | 120 | 345 | 0 | 101 | 0 | 12 | 454 | 112 | 75 |
| Binary | 11100100 | 1010000 | 11100101 | 0 | 1000001 | 0 | 1010 | 100101100 | 1001010 | 111101 |
Color Harmonies of #E450E5
Complementary color
Monochromatic Colors of #E450E5
Black with #E450E5
Text Example
Text Example
White with #E450E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450E5; }
p { color: rgb(228,80,229); }
H1.HeaderClassName
{
color: #E450E5;
}
.AnyTagClassName
{
color: #E450E5;
}
</style>
background-color css
<style>
a { background-color: #E450E5; }
a { background-color: rgb(228,80,229); }
div.DivClassName
{
background-color: #E450E5;
}
.BgClassName
{
background-color: #E450E5;
}
</style>
border-color css
<style>
span { border-color: #E450E5; }
span { border-color: rgb(228,80,229); }
td.TdClassName
{
border-color: #E450E5;
}
.TagClassName
{
border-color: #E450E5;
}
</style>