Html Css Color HEX #E453E5 Free Speech Magenta
📋 copy color: '#E453E5'red 228 ◦ green 83 ◦ blue 229
Shades of Free Speech Magenta #E453E5
Tints of Free Speech Magenta #E453E5
RGB
CMYK
RGB Variations
Color information
#E453E5 (or 0xE453E5) is known color: Free Speech Magenta. HEX triplet: E4, 53 and E5. RGB value is (228,83,229). Sum of RGB (Red+Green+Blue) = 228+83+229=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #E453E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E453E5 is #1BAC1A. Grayscale: #8E8E8E. Windows color (decimal): -1813531 or 15029220. OLE color: 15029220.
HSL color Cylindrical-coordinate representation of color #E453E5: 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.64%. Process color model (Four color, CMYK) of #E453E5 is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 83 | 229 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.10 |
| HSL | 299.59º | 0.74% | 0.61% | - |
| HSV(B) | 299.59º | 0.64% | 0.9% | - |
| XYZ | 49.23 | 28.34 | 77 | - |
| YUV | 143 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 229 | 0.00 | 0.64 | 0 | 0.10 | 299.59 | 0.74 | 0.61 |
| Hex | E4 | 53 | E5 | 0 | 40 | 0 | A | 12C | 4A | 3D |
| Octal | 344 | 123 | 345 | 0 | 100 | 0 | 12 | 454 | 112 | 75 |
| Binary | 11100100 | 1010011 | 11100101 | 0 | 1000000 | 0 | 1010 | 100101100 | 1001010 | 111101 |
Color Harmonies of #E453E5
Complementary color
Monochromatic Colors of #E453E5
Black with #E453E5
Text Example
Text Example
White with #E453E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E453E5; }
p { color: rgb(228,83,229); }
H1.HeaderClassName
{
color: #E453E5;
}
.AnyTagClassName
{
color: #E453E5;
}
</style>
background-color css
<style>
a { background-color: #E453E5; }
a { background-color: rgb(228,83,229); }
div.DivClassName
{
background-color: #E453E5;
}
.BgClassName
{
background-color: #E453E5;
}
</style>
border-color css
<style>
span { border-color: #E453E5; }
span { border-color: rgb(228,83,229); }
td.TdClassName
{
border-color: #E453E5;
}
.TagClassName
{
border-color: #E453E5;
}
</style>