Html Css Color HEX #E73CDB Free Speech Magenta
📋 copy color: '#E73CDB'red 231 ◦ green 60 ◦ blue 219
Shades of Free Speech Magenta #E73CDB
Tints of Free Speech Magenta #E73CDB
RGB
CMYK
RGB Variations
Color information
#E73CDB (or 0xE73CDB) is known color: Free Speech Magenta. HEX triplet: E7, 3C and DB. RGB value is (231,60,219). Sum of RGB (Red+Green+Blue) = 231+60+219=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73CDB is #18C324. Grayscale: #808080. Windows color (decimal): -1622821 or 14367975. OLE color: 14367975.
HSL color Cylindrical-coordinate representation of color #E73CDB: hue angle of 304.21º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73CDB is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 219 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.09 |
| HSL | 304.21º | 0.78% | 0.57% | - |
| HSV(B) | 304.21º | 0.74% | 0.91% | - |
| XYZ | 47.36 | 25.34 | 69.41 | - |
| YUV | 129.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 219 | 0 | 0.74 | 0.05 | 0.09 | 304.21 | 0.78 | 0.57 |
| Hex | E7 | 3C | DB | 0 | 4A | 5 | 9 | 130 | 4E | 39 |
| Octal | 347 | 74 | 333 | 0 | 112 | 5 | 11 | 460 | 116 | 71 |
| Binary | 11100111 | 111100 | 11011011 | 0 | 1001010 | 101 | 1001 | 100110000 | 1001110 | 111001 |
Color Harmonies of #E73CDB
Complementary color
Monochromatic Colors of #E73CDB
Black with #E73CDB
Text Example
Text Example
White with #E73CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CDB; }
p { color: rgb(231,60,219); }
H1.HeaderClassName
{
color: #E73CDB;
}
.AnyTagClassName
{
color: #E73CDB;
}
</style>
background-color css
<style>
a { background-color: #E73CDB; }
a { background-color: rgb(231,60,219); }
div.DivClassName
{
background-color: #E73CDB;
}
.BgClassName
{
background-color: #E73CDB;
}
</style>
border-color css
<style>
span { border-color: #E73CDB; }
span { border-color: rgb(231,60,219); }
td.TdClassName
{
border-color: #E73CDB;
}
.TagClassName
{
border-color: #E73CDB;
}
</style>