Html Css Color HEX #E13DDD Free Speech Magenta
📋 copy color: '#E13DDD'red 225 ◦ green 61 ◦ blue 221
Shades of Free Speech Magenta #E13DDD
Tints of Free Speech Magenta #E13DDD
RGB
CMYK
RGB Variations
Color information
#E13DDD (or 0xE13DDD) is known color: Free Speech Magenta. HEX triplet: E1, 3D and DD. RGB value is (225,61,221). Sum of RGB (Red+Green+Blue) = 225+61+221=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DDD is #1EC222. Grayscale: #7F7F7F. Windows color (decimal): -2015779 or 14499297. OLE color: 14499297.
HSL color Cylindrical-coordinate representation of color #E13DDD: hue angle of 301.46º 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 #E13DDD is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 221 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.12 |
| HSL | 301.46º | 0.73% | 0.56% | - |
| HSV(B) | 301.46º | 0.73% | 0.88% | - |
| XYZ | 45.77 | 24.57 | 70.74 | - |
| YUV | 128.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 221 | 0 | 0.73 | 0.02 | 0.12 | 301.46 | 0.73 | 0.56 |
| Hex | E1 | 3D | DD | 0 | 49 | 2 | C | 12D | 49 | 38 |
| Octal | 341 | 75 | 335 | 0 | 111 | 2 | 14 | 455 | 111 | 70 |
| Binary | 11100001 | 111101 | 11011101 | 0 | 1001001 | 10 | 1100 | 100101101 | 1001001 | 111000 |
Color Harmonies of #E13DDD
Complementary color
Monochromatic Colors of #E13DDD
Black with #E13DDD
Text Example
Text Example
White with #E13DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13DDD; }
p { color: rgb(225,61,221); }
H1.HeaderClassName
{
color: #E13DDD;
}
.AnyTagClassName
{
color: #E13DDD;
}
</style>
background-color css
<style>
a { background-color: #E13DDD; }
a { background-color: rgb(225,61,221); }
div.DivClassName
{
background-color: #E13DDD;
}
.BgClassName
{
background-color: #E13DDD;
}
</style>
border-color css
<style>
span { border-color: #E13DDD; }
span { border-color: rgb(225,61,221); }
td.TdClassName
{
border-color: #E13DDD;
}
.TagClassName
{
border-color: #E13DDD;
}
</style>