Html Css Color HEX #E13ADB Free Speech Magenta
📋 copy color: '#E13ADB'red 225 ◦ green 58 ◦ blue 219
Shades of Free Speech Magenta #E13ADB
Tints of Free Speech Magenta #E13ADB
RGB
CMYK
RGB Variations
Color information
#E13ADB (or 0xE13ADB) is known color: Free Speech Magenta. HEX triplet: E1, 3A and DB. RGB value is (225,58,219). Sum of RGB (Red+Green+Blue) = 225+58+219=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ADB is #1EC524. Grayscale: #7D7D7D. Windows color (decimal): -2016549 or 14367457. OLE color: 14367457.
HSL color Cylindrical-coordinate representation of color #E13ADB: hue angle of 302.16º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13ADB is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 219 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.12 |
| HSL | 302.16º | 0.74% | 0.55% | - |
| HSV(B) | 302.16º | 0.74% | 0.88% | - |
| XYZ | 45.35 | 24.15 | 69.29 | - |
| YUV | 126.29 | 180.33 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 219 | 0 | 0.74 | 0.03 | 0.12 | 302.16 | 0.74 | 0.55 |
| Hex | E1 | 3A | DB | 0 | 4A | 3 | C | 12E | 4A | 37 |
| Octal | 341 | 72 | 333 | 0 | 112 | 3 | 14 | 456 | 112 | 67 |
| Binary | 11100001 | 111010 | 11011011 | 0 | 1001010 | 11 | 1100 | 100101110 | 1001010 | 110111 |
Color Harmonies of #E13ADB
Complementary color
Monochromatic Colors of #E13ADB
Black with #E13ADB
Text Example
Text Example
White with #E13ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13ADB; }
p { color: rgb(225,58,219); }
H1.HeaderClassName
{
color: #E13ADB;
}
.AnyTagClassName
{
color: #E13ADB;
}
</style>
background-color css
<style>
a { background-color: #E13ADB; }
a { background-color: rgb(225,58,219); }
div.DivClassName
{
background-color: #E13ADB;
}
.BgClassName
{
background-color: #E13ADB;
}
</style>
border-color css
<style>
span { border-color: #E13ADB; }
span { border-color: rgb(225,58,219); }
td.TdClassName
{
border-color: #E13ADB;
}
.TagClassName
{
border-color: #E13ADB;
}
</style>