Html Css Color HEX #E13DDB Free Speech Magenta
📋 copy color: '#E13DDB'red 225 ◦ green 61 ◦ blue 219
Shades of Free Speech Magenta #E13DDB
Tints of Free Speech Magenta #E13DDB
RGB
CMYK
RGB Variations
Color information
#E13DDB (or 0xE13DDB) is known color: Free Speech Magenta. HEX triplet: E1, 3D and DB. RGB value is (225,61,219). Sum of RGB (Red+Green+Blue) = 225+61+219=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DDB is #1EC224. Grayscale: #7F7F7F. Windows color (decimal): -2015781 or 14368225. OLE color: 14368225.
HSL color Cylindrical-coordinate representation of color #E13DDB: hue angle of 302.2º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13DDB is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 219 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.12 |
| HSL | 302.2º | 0.73% | 0.56% | - |
| HSV(B) | 302.2º | 0.73% | 0.88% | - |
| XYZ | 45.51 | 24.46 | 69.34 | - |
| YUV | 128.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 219 | 0 | 0.73 | 0.03 | 0.12 | 302.2 | 0.73 | 0.56 |
| Hex | E1 | 3D | DB | 0 | 49 | 3 | C | 12E | 49 | 38 |
| Octal | 341 | 75 | 333 | 0 | 111 | 3 | 14 | 456 | 111 | 70 |
| Binary | 11100001 | 111101 | 11011011 | 0 | 1001001 | 11 | 1100 | 100101110 | 1001001 | 111000 |
Color Harmonies of #E13DDB
Complementary color
Monochromatic Colors of #E13DDB
Black with #E13DDB
Text Example
Text Example
White with #E13DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13DDB; }
p { color: rgb(225,61,219); }
H1.HeaderClassName
{
color: #E13DDB;
}
.AnyTagClassName
{
color: #E13DDB;
}
</style>
background-color css
<style>
a { background-color: #E13DDB; }
a { background-color: rgb(225,61,219); }
div.DivClassName
{
background-color: #E13DDB;
}
.BgClassName
{
background-color: #E13DDB;
}
</style>
border-color css
<style>
span { border-color: #E13DDB; }
span { border-color: rgb(225,61,219); }
td.TdClassName
{
border-color: #E13DDB;
}
.TagClassName
{
border-color: #E13DDB;
}
</style>