Html Css Color HEX #E13FDB Free Speech Magenta
📋 copy color: '#E13FDB'red 225 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #E13FDB
Tints of Free Speech Magenta #E13FDB
RGB
CMYK
RGB Variations
Color information
#E13FDB (or 0xE13FDB) is known color: Free Speech Magenta. HEX triplet: E1, 3F and DB. RGB value is (225,63,219). Sum of RGB (Red+Green+Blue) = 225+63+219=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FDB is #1EC024. Grayscale: #808080. Windows color (decimal): -2015269 or 14368737. OLE color: 14368737.
HSL color Cylindrical-coordinate representation of color #E13FDB: hue angle of 302.22º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13FDB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 219 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.12 |
| HSL | 302.22º | 0.73% | 0.56% | - |
| HSV(B) | 302.22º | 0.72% | 0.88% | - |
| XYZ | 45.62 | 24.68 | 69.38 | - |
| YUV | 129.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 219 | 0 | 0.72 | 0.03 | 0.12 | 302.22 | 0.73 | 0.56 |
| Hex | E1 | 3F | DB | 0 | 48 | 3 | C | 12E | 49 | 38 |
| Octal | 341 | 77 | 333 | 0 | 110 | 3 | 14 | 456 | 111 | 70 |
| Binary | 11100001 | 111111 | 11011011 | 0 | 1001000 | 11 | 1100 | 100101110 | 1001001 | 111000 |
Color Harmonies of #E13FDB
Complementary color
Monochromatic Colors of #E13FDB
Black with #E13FDB
Text Example
Text Example
White with #E13FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13FDB; }
p { color: rgb(225,63,219); }
H1.HeaderClassName
{
color: #E13FDB;
}
.AnyTagClassName
{
color: #E13FDB;
}
</style>
background-color css
<style>
a { background-color: #E13FDB; }
a { background-color: rgb(225,63,219); }
div.DivClassName
{
background-color: #E13FDB;
}
.BgClassName
{
background-color: #E13FDB;
}
</style>
border-color css
<style>
span { border-color: #E13FDB; }
span { border-color: rgb(225,63,219); }
td.TdClassName
{
border-color: #E13FDB;
}
.TagClassName
{
border-color: #E13FDB;
}
</style>