Html Css Color HEX #E84DBB Free Speech Magenta
📋 copy color: '#E84DBB'red 232 ◦ green 77 ◦ blue 187
Shades of Free Speech Magenta #E84DBB
Tints of Free Speech Magenta #E84DBB
RGB
CMYK
RGB Variations
Color information
#E84DBB (or 0xE84DBB) is known color: Free Speech Magenta. HEX triplet: E8, 4D and BB. RGB value is (232,77,187). Sum of RGB (Red+Green+Blue) = 232+77+187=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E84DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84DBB is #17B244. Grayscale: #878787. Windows color (decimal): -1552965 or 12275176. OLE color: 12275176.
HSL color Cylindrical-coordinate representation of color #E84DBB: hue angle of 317.42º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84DBB is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 187 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.09 |
| HSL | 317.42º | 0.77% | 0.61% | - |
| HSV(B) | 317.42º | 0.67% | 0.91% | - |
| XYZ | 44.9 | 26.05 | 49.68 | - |
| YUV | 135.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 187 | 0 | 0.67 | 0.19 | 0.09 | 317.42 | 0.77 | 0.61 |
| Hex | E8 | 4D | BB | 0 | 43 | 13 | 9 | 13D | 4D | 3D |
| Octal | 350 | 115 | 273 | 0 | 103 | 23 | 11 | 475 | 115 | 75 |
| Binary | 11101000 | 1001101 | 10111011 | 0 | 1000011 | 10011 | 1001 | 100111101 | 1001101 | 111101 |
Color Harmonies of #E84DBB
Complementary color
Monochromatic Colors of #E84DBB
Black with #E84DBB
Text Example
Text Example
White with #E84DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84DBB; }
p { color: rgb(232,77,187); }
H1.HeaderClassName
{
color: #E84DBB;
}
.AnyTagClassName
{
color: #E84DBB;
}
</style>
background-color css
<style>
a { background-color: #E84DBB; }
a { background-color: rgb(232,77,187); }
div.DivClassName
{
background-color: #E84DBB;
}
.BgClassName
{
background-color: #E84DBB;
}
</style>
border-color css
<style>
span { border-color: #E84DBB; }
span { border-color: rgb(232,77,187); }
td.TdClassName
{
border-color: #E84DBB;
}
.TagClassName
{
border-color: #E84DBB;
}
</style>