Html Css Color HEX #E13CDA Free Speech Magenta
📋 copy color: '#E13CDA'red 225 ◦ green 60 ◦ blue 218
Shades of Free Speech Magenta #E13CDA
Tints of Free Speech Magenta #E13CDA
RGB
CMYK
RGB Variations
Color information
#E13CDA (or 0xE13CDA) is known color: Free Speech Magenta. HEX triplet: E1, 3C and DA. RGB value is (225,60,218). Sum of RGB (Red+Green+Blue) = 225+60+218=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CDA is #1EC325. Grayscale: #7E7E7E. Windows color (decimal): -2016038 or 14302433. OLE color: 14302433.
HSL color Cylindrical-coordinate representation of color #E13CDA: hue angle of 302.55º 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 #E13CDA is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 218 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.12 |
| HSL | 302.55º | 0.73% | 0.56% | - |
| HSV(B) | 302.55º | 0.73% | 0.88% | - |
| XYZ | 45.32 | 24.3 | 68.63 | - |
| YUV | 127.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 218 | 0 | 0.73 | 0.03 | 0.12 | 302.55 | 0.73 | 0.56 |
| Hex | E1 | 3C | DA | 0 | 49 | 3 | C | 12F | 49 | 38 |
| Octal | 341 | 74 | 332 | 0 | 111 | 3 | 14 | 457 | 111 | 70 |
| Binary | 11100001 | 111100 | 11011010 | 0 | 1001001 | 11 | 1100 | 100101111 | 1001001 | 111000 |
Color Harmonies of #E13CDA
Complementary color
Monochromatic Colors of #E13CDA
Black with #E13CDA
Text Example
Text Example
White with #E13CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13CDA; }
p { color: rgb(225,60,218); }
H1.HeaderClassName
{
color: #E13CDA;
}
.AnyTagClassName
{
color: #E13CDA;
}
</style>
background-color css
<style>
a { background-color: #E13CDA; }
a { background-color: rgb(225,60,218); }
div.DivClassName
{
background-color: #E13CDA;
}
.BgClassName
{
background-color: #E13CDA;
}
</style>
border-color css
<style>
span { border-color: #E13CDA; }
span { border-color: rgb(225,60,218); }
td.TdClassName
{
border-color: #E13CDA;
}
.TagClassName
{
border-color: #E13CDA;
}
</style>