Html Css Color HEX #E348D0 Free Speech Magenta
📋 copy color: '#E348D0'red 227 ◦ green 72 ◦ blue 208
Shades of Free Speech Magenta #E348D0
Tints of Free Speech Magenta #E348D0
RGB
CMYK
RGB Variations
Color information
#E348D0 (or 0xE348D0) is known color: Free Speech Magenta. HEX triplet: E3, 48 and D0. RGB value is (227,72,208). Sum of RGB (Red+Green+Blue) = 227+72+208=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E348D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348D0 is #1CB72F. Grayscale: #858585. Windows color (decimal): -1881904 or 13650147. OLE color: 13650147.
HSL color Cylindrical-coordinate representation of color #E348D0: hue angle of 307.35º 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 #E348D0 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 208 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.11 |
| HSL | 307.35º | 0.73% | 0.59% | - |
| HSV(B) | 307.35º | 0.68% | 0.89% | - |
| XYZ | 45.38 | 25.52 | 62.21 | - |
| YUV | 133.85 | 169.85 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 208 | 0 | 0.68 | 0.08 | 0.11 | 307.35 | 0.73 | 0.59 |
| Hex | E3 | 48 | D0 | 0 | 44 | 8 | B | 133 | 49 | 3B |
| Octal | 343 | 110 | 320 | 0 | 104 | 10 | 13 | 463 | 111 | 73 |
| Binary | 11100011 | 1001000 | 11010000 | 0 | 1000100 | 1000 | 1011 | 100110011 | 1001001 | 111011 |
Color Harmonies of #E348D0
Complementary color
Monochromatic Colors of #E348D0
Black with #E348D0
Text Example
Text Example
White with #E348D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348D0; }
p { color: rgb(227,72,208); }
H1.HeaderClassName
{
color: #E348D0;
}
.AnyTagClassName
{
color: #E348D0;
}
</style>
background-color css
<style>
a { background-color: #E348D0; }
a { background-color: rgb(227,72,208); }
div.DivClassName
{
background-color: #E348D0;
}
.BgClassName
{
background-color: #E348D0;
}
</style>
border-color css
<style>
span { border-color: #E348D0; }
span { border-color: rgb(227,72,208); }
td.TdClassName
{
border-color: #E348D0;
}
.TagClassName
{
border-color: #E348D0;
}
</style>