Html Css Color HEX #E34DBB Free Speech Magenta
📋 copy color: '#E34DBB'red 227 ◦ green 77 ◦ blue 187
Shades of Free Speech Magenta #E34DBB
Tints of Free Speech Magenta #E34DBB
RGB
CMYK
RGB Variations
Color information
#E34DBB (or 0xE34DBB) is known color: Free Speech Magenta. HEX triplet: E3, 4D and BB. RGB value is (227,77,187). Sum of RGB (Red+Green+Blue) = 227+77+187=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DBB is #1CB244. Grayscale: #868686. Windows color (decimal): -1880645 or 12275171. OLE color: 12275171.
HSL color Cylindrical-coordinate representation of color #E34DBB: hue angle of 316º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34DBB is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 187 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.11 |
| HSL | 316º | 0.73% | 0.6% | - |
| HSV(B) | 316º | 0.66% | 0.89% | - |
| XYZ | 43.3 | 25.23 | 49.6 | - |
| YUV | 134.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 187 | 0 | 0.66 | 0.18 | 0.11 | 316 | 0.73 | 0.6 |
| Hex | E3 | 4D | BB | 0 | 42 | 12 | B | 13C | 49 | 3C |
| Octal | 343 | 115 | 273 | 0 | 102 | 22 | 13 | 474 | 111 | 74 |
| Binary | 11100011 | 1001101 | 10111011 | 0 | 1000010 | 10010 | 1011 | 100111100 | 1001001 | 111100 |
Color Harmonies of #E34DBB
Complementary color
Monochromatic Colors of #E34DBB
Black with #E34DBB
Text Example
Text Example
White with #E34DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DBB; }
p { color: rgb(227,77,187); }
H1.HeaderClassName
{
color: #E34DBB;
}
.AnyTagClassName
{
color: #E34DBB;
}
</style>
background-color css
<style>
a { background-color: #E34DBB; }
a { background-color: rgb(227,77,187); }
div.DivClassName
{
background-color: #E34DBB;
}
.BgClassName
{
background-color: #E34DBB;
}
</style>
border-color css
<style>
span { border-color: #E34DBB; }
span { border-color: rgb(227,77,187); }
td.TdClassName
{
border-color: #E34DBB;
}
.TagClassName
{
border-color: #E34DBB;
}
</style>