Html Css Color HEX #E74BDF Free Speech Magenta
📋 copy color: '#E74BDF'red 231 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #E74BDF
Tints of Free Speech Magenta #E74BDF
RGB
CMYK
RGB Variations
Color information
#E74BDF (or 0xE74BDF) is known color: Free Speech Magenta. HEX triplet: E7, 4B and DF. RGB value is (231,75,223). Sum of RGB (Red+Green+Blue) = 231+75+223=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BDF is #18B420. Grayscale: #8A8A8A. Windows color (decimal): -1618977 or 14633959. OLE color: 14633959.
HSL color Cylindrical-coordinate representation of color #E74BDF: hue angle of 303.08º 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 #E74BDF is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 223 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.09 |
| HSL | 303.08º | 0.76% | 0.6% | - |
| HSV(B) | 303.08º | 0.68% | 0.91% | - |
| XYZ | 48.79 | 27.35 | 72.52 | - |
| YUV | 138.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 223 | 0 | 0.68 | 0.03 | 0.09 | 303.08 | 0.76 | 0.6 |
| Hex | E7 | 4B | DF | 0 | 44 | 3 | 9 | 12F | 4C | 3C |
| Octal | 347 | 113 | 337 | 0 | 104 | 3 | 11 | 457 | 114 | 74 |
| Binary | 11100111 | 1001011 | 11011111 | 0 | 1000100 | 11 | 1001 | 100101111 | 1001100 | 111100 |
Color Harmonies of #E74BDF
Complementary color
Monochromatic Colors of #E74BDF
Black with #E74BDF
Text Example
Text Example
White with #E74BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BDF; }
p { color: rgb(231,75,223); }
H1.HeaderClassName
{
color: #E74BDF;
}
.AnyTagClassName
{
color: #E74BDF;
}
</style>
background-color css
<style>
a { background-color: #E74BDF; }
a { background-color: rgb(231,75,223); }
div.DivClassName
{
background-color: #E74BDF;
}
.BgClassName
{
background-color: #E74BDF;
}
</style>
border-color css
<style>
span { border-color: #E74BDF; }
span { border-color: rgb(231,75,223); }
td.TdClassName
{
border-color: #E74BDF;
}
.TagClassName
{
border-color: #E74BDF;
}
</style>