Html Css Color HEX #E74BBE Free Speech Magenta
📋 copy color: '#E74BBE'red 231 ◦ green 75 ◦ blue 190
Shades of Free Speech Magenta #E74BBE
Tints of Free Speech Magenta #E74BBE
RGB
CMYK
RGB Variations
Color information
#E74BBE (or 0xE74BBE) is known color: Free Speech Magenta. HEX triplet: E7, 4B and BE. RGB value is (231,75,190). Sum of RGB (Red+Green+Blue) = 231+75+190=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BBE is #18B441. Grayscale: #868686. Windows color (decimal): -1619010 or 12471271. OLE color: 12471271.
HSL color Cylindrical-coordinate representation of color #E74BBE: hue angle of 315.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74BBE is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 190 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.09 |
| HSL | 315.77º | 0.76% | 0.6% | - |
| HSV(B) | 315.77º | 0.68% | 0.91% | - |
| XYZ | 44.77 | 25.74 | 51.32 | - |
| YUV | 134.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 190 | 0 | 0.68 | 0.18 | 0.09 | 315.77 | 0.76 | 0.6 |
| Hex | E7 | 4B | BE | 0 | 44 | 12 | 9 | 13C | 4C | 3C |
| Octal | 347 | 113 | 276 | 0 | 104 | 22 | 11 | 474 | 114 | 74 |
| Binary | 11100111 | 1001011 | 10111110 | 0 | 1000100 | 10010 | 1001 | 100111100 | 1001100 | 111100 |
Color Harmonies of #E74BBE
Complementary color
Monochromatic Colors of #E74BBE
Black with #E74BBE
Text Example
Text Example
White with #E74BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BBE; }
p { color: rgb(231,75,190); }
H1.HeaderClassName
{
color: #E74BBE;
}
.AnyTagClassName
{
color: #E74BBE;
}
</style>
background-color css
<style>
a { background-color: #E74BBE; }
a { background-color: rgb(231,75,190); }
div.DivClassName
{
background-color: #E74BBE;
}
.BgClassName
{
background-color: #E74BBE;
}
</style>
border-color css
<style>
span { border-color: #E74BBE; }
span { border-color: rgb(231,75,190); }
td.TdClassName
{
border-color: #E74BBE;
}
.TagClassName
{
border-color: #E74BBE;
}
</style>