Html Css Color HEX #E353E5 Free Speech Magenta
📋 copy color: '#E353E5'red 227 ◦ green 83 ◦ blue 229
Shades of Free Speech Magenta #E353E5
Tints of Free Speech Magenta #E353E5
RGB
CMYK
RGB Variations
Color information
#E353E5 (or 0xE353E5) is known color: Free Speech Magenta. HEX triplet: E3, 53 and E5. RGB value is (227,83,229). Sum of RGB (Red+Green+Blue) = 227+83+229=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #E353E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353E5 is #1CAC1A. Grayscale: #8E8E8E. Windows color (decimal): -1879067 or 15029219. OLE color: 15029219.
HSL color Cylindrical-coordinate representation of color #E353E5: hue angle of 299.18º 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 #E353E5 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 83 | 229 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.10 |
| HSL | 299.18º | 0.74% | 0.61% | - |
| HSV(B) | 299.18º | 0.64% | 0.9% | - |
| XYZ | 48.91 | 28.17 | 76.99 | - |
| YUV | 142.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 229 | 0.01 | 0.64 | 0 | 0.10 | 299.18 | 0.74 | 0.61 |
| Hex | E3 | 53 | E5 | 1 | 40 | 0 | A | 12B | 4A | 3D |
| Octal | 343 | 123 | 345 | 1 | 100 | 0 | 12 | 453 | 112 | 75 |
| Binary | 11100011 | 1010011 | 11100101 | 1 | 1000000 | 0 | 1010 | 100101011 | 1001010 | 111101 |
Color Harmonies of #E353E5
Complementary color
Monochromatic Colors of #E353E5
Black with #E353E5
Text Example
Text Example
White with #E353E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353E5; }
p { color: rgb(227,83,229); }
H1.HeaderClassName
{
color: #E353E5;
}
.AnyTagClassName
{
color: #E353E5;
}
</style>
background-color css
<style>
a { background-color: #E353E5; }
a { background-color: rgb(227,83,229); }
div.DivClassName
{
background-color: #E353E5;
}
.BgClassName
{
background-color: #E353E5;
}
</style>
border-color css
<style>
span { border-color: #E353E5; }
span { border-color: rgb(227,83,229); }
td.TdClassName
{
border-color: #E353E5;
}
.TagClassName
{
border-color: #E353E5;
}
</style>