Html Css Color HEX #E334E8 Free Speech Magenta
📋 copy color: '#E334E8'red 227 ◦ green 52 ◦ blue 232
Shades of Free Speech Magenta #E334E8
Tints of Free Speech Magenta #E334E8
RGB
CMYK
RGB Variations
Color information
#E334E8 (or 0xE334E8) is known color: Free Speech Magenta. HEX triplet: E3, 34 and E8. RGB value is (227,52,232). Sum of RGB (Red+Green+Blue) = 227+52+232=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 52 (20.70% from 255 or 10.18% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #E334E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E334E8 is #1CCB17. Grayscale: #7C7C7C. Windows color (decimal): -1887000 or 15217891. OLE color: 15217891.
HSL color Cylindrical-coordinate representation of color #E334E8: hue angle of 298.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E334E8 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 52 | 232 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.09 |
| HSL | 298.33º | 0.8% | 0.56% | - |
| HSV(B) | 298.33º | 0.78% | 0.91% | - |
| XYZ | 47.47 | 24.61 | 78.59 | - |
| YUV | 124.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 232 | 0.02 | 0.78 | 0 | 0.09 | 298.33 | 0.8 | 0.56 |
| Hex | E3 | 34 | E8 | 2 | 4E | 0 | 9 | 12A | 50 | 38 |
| Octal | 343 | 64 | 350 | 2 | 116 | 0 | 11 | 452 | 120 | 70 |
| Binary | 11100011 | 110100 | 11101000 | 10 | 1001110 | 0 | 1001 | 100101010 | 1010000 | 111000 |
Color Harmonies of #E334E8
Complementary color
Monochromatic Colors of #E334E8
Black with #E334E8
Text Example
Text Example
White with #E334E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334E8; }
p { color: rgb(227,52,232); }
H1.HeaderClassName
{
color: #E334E8;
}
.AnyTagClassName
{
color: #E334E8;
}
</style>
background-color css
<style>
a { background-color: #E334E8; }
a { background-color: rgb(227,52,232); }
div.DivClassName
{
background-color: #E334E8;
}
.BgClassName
{
background-color: #E334E8;
}
</style>
border-color css
<style>
span { border-color: #E334E8; }
span { border-color: rgb(227,52,232); }
td.TdClassName
{
border-color: #E334E8;
}
.TagClassName
{
border-color: #E334E8;
}
</style>