Html Css Color HEX #E334E6 Free Speech Magenta
📋 copy color: '#E334E6'red 227 ◦ green 52 ◦ blue 230
Shades of Free Speech Magenta #E334E6
Tints of Free Speech Magenta #E334E6
RGB
CMYK
RGB Variations
Color information
#E334E6 (or 0xE334E6) is known color: Free Speech Magenta. HEX triplet: E3, 34 and E6. RGB value is (227,52,230). Sum of RGB (Red+Green+Blue) = 227+52+230=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 52 (20.70% from 255 or 10.22% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #E334E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E334E6 is #1CCB19. Grayscale: #7C7C7C. Windows color (decimal): -1887002 or 15086819. OLE color: 15086819.
HSL color Cylindrical-coordinate representation of color #E334E6: hue angle of 298.99º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334E6 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 52 | 230 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.10 |
| HSL | 298.99º | 0.78% | 0.55% | - |
| HSV(B) | 298.99º | 0.77% | 0.9% | - |
| XYZ | 47.19 | 24.5 | 77.1 | - |
| YUV | 124.62 | 187.48 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 230 | 0.01 | 0.77 | 0 | 0.10 | 298.99 | 0.78 | 0.55 |
| Hex | E3 | 34 | E6 | 1 | 4D | 0 | A | 12B | 4E | 37 |
| Octal | 343 | 64 | 346 | 1 | 115 | 0 | 12 | 453 | 116 | 67 |
| Binary | 11100011 | 110100 | 11100110 | 1 | 1001101 | 0 | 1010 | 100101011 | 1001110 | 110111 |
Color Harmonies of #E334E6
Complementary color
Monochromatic Colors of #E334E6
Black with #E334E6
Text Example
Text Example
White with #E334E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334E6; }
p { color: rgb(227,52,230); }
H1.HeaderClassName
{
color: #E334E6;
}
.AnyTagClassName
{
color: #E334E6;
}
</style>
background-color css
<style>
a { background-color: #E334E6; }
a { background-color: rgb(227,52,230); }
div.DivClassName
{
background-color: #E334E6;
}
.BgClassName
{
background-color: #E334E6;
}
</style>
border-color css
<style>
span { border-color: #E334E6; }
span { border-color: rgb(227,52,230); }
td.TdClassName
{
border-color: #E334E6;
}
.TagClassName
{
border-color: #E334E6;
}
</style>