Html Css Color HEX #E74BDB Free Speech Magenta
📋 copy color: '#E74BDB'red 231 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #E74BDB
Tints of Free Speech Magenta #E74BDB
RGB
CMYK
RGB Variations
Color information
#E74BDB (or 0xE74BDB) is known color: Free Speech Magenta. HEX triplet: E7, 4B and DB. RGB value is (231,75,219). Sum of RGB (Red+Green+Blue) = 231+75+219=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BDB is #18B424. Grayscale: #898989. Windows color (decimal): -1618981 or 14371815. OLE color: 14371815.
HSL color Cylindrical-coordinate representation of color #E74BDB: hue angle of 304.62º 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 #E74BDB is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 219 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.09 |
| HSL | 304.62º | 0.76% | 0.6% | - |
| HSV(B) | 304.62º | 0.68% | 0.91% | - |
| XYZ | 48.26 | 27.14 | 69.71 | - |
| YUV | 138.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 219 | 0 | 0.68 | 0.05 | 0.09 | 304.62 | 0.76 | 0.6 |
| Hex | E7 | 4B | DB | 0 | 44 | 5 | 9 | 131 | 4C | 3C |
| Octal | 347 | 113 | 333 | 0 | 104 | 5 | 11 | 461 | 114 | 74 |
| Binary | 11100111 | 1001011 | 11011011 | 0 | 1000100 | 101 | 1001 | 100110001 | 1001100 | 111100 |
Color Harmonies of #E74BDB
Complementary color
Monochromatic Colors of #E74BDB
Black with #E74BDB
Text Example
Text Example
White with #E74BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BDB; }
p { color: rgb(231,75,219); }
H1.HeaderClassName
{
color: #E74BDB;
}
.AnyTagClassName
{
color: #E74BDB;
}
</style>
background-color css
<style>
a { background-color: #E74BDB; }
a { background-color: rgb(231,75,219); }
div.DivClassName
{
background-color: #E74BDB;
}
.BgClassName
{
background-color: #E74BDB;
}
</style>
border-color css
<style>
span { border-color: #E74BDB; }
span { border-color: rgb(231,75,219); }
td.TdClassName
{
border-color: #E74BDB;
}
.TagClassName
{
border-color: #E74BDB;
}
</style>