Html Css Color HEX #E348D8 Free Speech Magenta
📋 copy color: '#E348D8'red 227 ◦ green 72 ◦ blue 216
Shades of Free Speech Magenta #E348D8
Tints of Free Speech Magenta #E348D8
RGB
CMYK
RGB Variations
Color information
#E348D8 (or 0xE348D8) is known color: Free Speech Magenta. HEX triplet: E3, 48 and D8. RGB value is (227,72,216). Sum of RGB (Red+Green+Blue) = 227+72+216=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E348D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348D8 is #1CB727. Grayscale: #868686. Windows color (decimal): -1881896 or 14174435. OLE color: 14174435.
HSL color Cylindrical-coordinate representation of color #E348D8: hue angle of 304.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E348D8 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 216 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.11 |
| HSL | 304.26º | 0.73% | 0.59% | - |
| HSV(B) | 304.26º | 0.68% | 0.89% | - |
| XYZ | 46.39 | 25.92 | 67.52 | - |
| YUV | 134.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 216 | 0 | 0.68 | 0.05 | 0.11 | 304.26 | 0.73 | 0.59 |
| Hex | E3 | 48 | D8 | 0 | 44 | 5 | B | 130 | 49 | 3B |
| Octal | 343 | 110 | 330 | 0 | 104 | 5 | 13 | 460 | 111 | 73 |
| Binary | 11100011 | 1001000 | 11011000 | 0 | 1000100 | 101 | 1011 | 100110000 | 1001001 | 111011 |
Color Harmonies of #E348D8
Complementary color
Monochromatic Colors of #E348D8
Black with #E348D8
Text Example
Text Example
White with #E348D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348D8; }
p { color: rgb(227,72,216); }
H1.HeaderClassName
{
color: #E348D8;
}
.AnyTagClassName
{
color: #E348D8;
}
</style>
background-color css
<style>
a { background-color: #E348D8; }
a { background-color: rgb(227,72,216); }
div.DivClassName
{
background-color: #E348D8;
}
.BgClassName
{
background-color: #E348D8;
}
</style>
border-color css
<style>
span { border-color: #E348D8; }
span { border-color: rgb(227,72,216); }
td.TdClassName
{
border-color: #E348D8;
}
.TagClassName
{
border-color: #E348D8;
}
</style>