Html Css Color HEX #E348D3 Free Speech Magenta
📋 copy color: '#E348D3'red 227 ◦ green 72 ◦ blue 211
Shades of Free Speech Magenta #E348D3
Tints of Free Speech Magenta #E348D3
RGB
CMYK
RGB Variations
Color information
#E348D3 (or 0xE348D3) is known color: Free Speech Magenta. HEX triplet: E3, 48 and D3. RGB value is (227,72,211). Sum of RGB (Red+Green+Blue) = 227+72+211=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 227 - color contains mainly: red. Hex color #E348D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348D3 is #1CB72C. Grayscale: #858585. Windows color (decimal): -1881901 or 13846755. OLE color: 13846755.
HSL color Cylindrical-coordinate representation of color #E348D3: hue angle of 306.19º 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 #E348D3 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 211 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.11 |
| HSL | 306.19º | 0.73% | 0.59% | - |
| HSV(B) | 306.19º | 0.68% | 0.89% | - |
| XYZ | 45.75 | 25.67 | 64.17 | - |
| YUV | 134.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 211 | 0 | 0.68 | 0.07 | 0.11 | 306.19 | 0.73 | 0.59 |
| Hex | E3 | 48 | D3 | 0 | 44 | 7 | B | 132 | 49 | 3B |
| Octal | 343 | 110 | 323 | 0 | 104 | 7 | 13 | 462 | 111 | 73 |
| Binary | 11100011 | 1001000 | 11010011 | 0 | 1000100 | 111 | 1011 | 100110010 | 1001001 | 111011 |
Color Harmonies of #E348D3
Complementary color
Monochromatic Colors of #E348D3
Black with #E348D3
Text Example
Text Example
White with #E348D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348D3; }
p { color: rgb(227,72,211); }
H1.HeaderClassName
{
color: #E348D3;
}
.AnyTagClassName
{
color: #E348D3;
}
</style>
background-color css
<style>
a { background-color: #E348D3; }
a { background-color: rgb(227,72,211); }
div.DivClassName
{
background-color: #E348D3;
}
.BgClassName
{
background-color: #E348D3;
}
</style>
border-color css
<style>
span { border-color: #E348D3; }
span { border-color: rgb(227,72,211); }
td.TdClassName
{
border-color: #E348D3;
}
.TagClassName
{
border-color: #E348D3;
}
</style>