Html Css Color HEX #E74ABC Free Speech Magenta
📋 copy color: '#E74ABC'red 231 ◦ green 74 ◦ blue 188
Shades of Free Speech Magenta #E74ABC
Tints of Free Speech Magenta #E74ABC
RGB
CMYK
RGB Variations
Color information
#E74ABC (or 0xE74ABC) is known color: Free Speech Magenta. HEX triplet: E7, 4A and BC. RGB value is (231,74,188). Sum of RGB (Red+Green+Blue) = 231+74+188=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ABC is #18B543. Grayscale: #858585. Windows color (decimal): -1619268 or 12339943. OLE color: 12339943.
HSL color Cylindrical-coordinate representation of color #E74ABC: hue angle of 316.43º degrees, saturation: 0.77, 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 #E74ABC is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 188 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.09 |
| HSL | 316.43º | 0.77% | 0.6% | - |
| HSV(B) | 316.43º | 0.68% | 0.91% | - |
| XYZ | 44.48 | 25.52 | 50.16 | - |
| YUV | 133.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 188 | 0 | 0.68 | 0.19 | 0.09 | 316.43 | 0.77 | 0.6 |
| Hex | E7 | 4A | BC | 0 | 44 | 13 | 9 | 13C | 4D | 3C |
| Octal | 347 | 112 | 274 | 0 | 104 | 23 | 11 | 474 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10111100 | 0 | 1000100 | 10011 | 1001 | 100111100 | 1001101 | 111100 |
Color Harmonies of #E74ABC
Complementary color
Monochromatic Colors of #E74ABC
Black with #E74ABC
Text Example
Text Example
White with #E74ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ABC; }
p { color: rgb(231,74,188); }
H1.HeaderClassName
{
color: #E74ABC;
}
.AnyTagClassName
{
color: #E74ABC;
}
</style>
background-color css
<style>
a { background-color: #E74ABC; }
a { background-color: rgb(231,74,188); }
div.DivClassName
{
background-color: #E74ABC;
}
.BgClassName
{
background-color: #E74ABC;
}
</style>
border-color css
<style>
span { border-color: #E74ABC; }
span { border-color: rgb(231,74,188); }
td.TdClassName
{
border-color: #E74ABC;
}
.TagClassName
{
border-color: #E74ABC;
}
</style>