Html Css Color HEX #E74DBB Free Speech Magenta
📋 copy color: '#E74DBB'red 231 ◦ green 77 ◦ blue 187
Shades of Free Speech Magenta #E74DBB
Tints of Free Speech Magenta #E74DBB
RGB
CMYK
RGB Variations
Color information
#E74DBB (or 0xE74DBB) is known color: Free Speech Magenta. HEX triplet: E7, 4D and BB. RGB value is (231,77,187). Sum of RGB (Red+Green+Blue) = 231+77+187=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DBB is #18B244. Grayscale: #878787. Windows color (decimal): -1618501 or 12275175. OLE color: 12275175.
HSL color Cylindrical-coordinate representation of color #E74DBB: hue angle of 317.14º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74DBB is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 187 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.09 |
| HSL | 317.14º | 0.76% | 0.6% | - |
| HSV(B) | 317.14º | 0.67% | 0.91% | - |
| XYZ | 44.58 | 25.88 | 49.66 | - |
| YUV | 135.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 187 | 0 | 0.67 | 0.19 | 0.09 | 317.14 | 0.76 | 0.6 |
| Hex | E7 | 4D | BB | 0 | 43 | 13 | 9 | 13D | 4C | 3C |
| Octal | 347 | 115 | 273 | 0 | 103 | 23 | 11 | 475 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10111011 | 0 | 1000011 | 10011 | 1001 | 100111101 | 1001100 | 111100 |
Color Harmonies of #E74DBB
Complementary color
Monochromatic Colors of #E74DBB
Black with #E74DBB
Text Example
Text Example
White with #E74DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DBB; }
p { color: rgb(231,77,187); }
H1.HeaderClassName
{
color: #E74DBB;
}
.AnyTagClassName
{
color: #E74DBB;
}
</style>
background-color css
<style>
a { background-color: #E74DBB; }
a { background-color: rgb(231,77,187); }
div.DivClassName
{
background-color: #E74DBB;
}
.BgClassName
{
background-color: #E74DBB;
}
</style>
border-color css
<style>
span { border-color: #E74DBB; }
span { border-color: rgb(231,77,187); }
td.TdClassName
{
border-color: #E74DBB;
}
.TagClassName
{
border-color: #E74DBB;
}
</style>