Html Css Color HEX #E348BD Free Speech Magenta
📋 copy color: '#E348BD'red 227 ◦ green 72 ◦ blue 189
Shades of Free Speech Magenta #E348BD
Tints of Free Speech Magenta #E348BD
RGB
CMYK
RGB Variations
Color information
#E348BD (or 0xE348BD) is known color: Free Speech Magenta. HEX triplet: E3, 48 and BD. RGB value is (227,72,189). Sum of RGB (Red+Green+Blue) = 227+72+189=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E348BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348BD is #1CB742. Grayscale: #838383. Windows color (decimal): -1881923 or 12404963. OLE color: 12404963.
HSL color Cylindrical-coordinate representation of color #E348BD: hue angle of 314.71º 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 #E348BD is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 189 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.11 |
| HSL | 314.71º | 0.73% | 0.59% | - |
| HSV(B) | 314.71º | 0.68% | 0.89% | - |
| XYZ | 43.18 | 24.64 | 50.62 | - |
| YUV | 131.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 189 | 0 | 0.68 | 0.17 | 0.11 | 314.71 | 0.73 | 0.59 |
| Hex | E3 | 48 | BD | 0 | 44 | 11 | B | 13B | 49 | 3B |
| Octal | 343 | 110 | 275 | 0 | 104 | 21 | 13 | 473 | 111 | 73 |
| Binary | 11100011 | 1001000 | 10111101 | 0 | 1000100 | 10001 | 1011 | 100111011 | 1001001 | 111011 |
Color Harmonies of #E348BD
Complementary color
Monochromatic Colors of #E348BD
Black with #E348BD
Text Example
Text Example
White with #E348BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348BD; }
p { color: rgb(227,72,189); }
H1.HeaderClassName
{
color: #E348BD;
}
.AnyTagClassName
{
color: #E348BD;
}
</style>
background-color css
<style>
a { background-color: #E348BD; }
a { background-color: rgb(227,72,189); }
div.DivClassName
{
background-color: #E348BD;
}
.BgClassName
{
background-color: #E348BD;
}
</style>
border-color css
<style>
span { border-color: #E348BD; }
span { border-color: rgb(227,72,189); }
td.TdClassName
{
border-color: #E348BD;
}
.TagClassName
{
border-color: #E348BD;
}
</style>