Html Css Color HEX #E13ADC Free Speech Magenta
📋 copy color: '#E13ADC'red 225 ◦ green 58 ◦ blue 220
Shades of Free Speech Magenta #E13ADC
Tints of Free Speech Magenta #E13ADC
RGB
CMYK
RGB Variations
Color information
#E13ADC (or 0xE13ADC) is known color: Free Speech Magenta. HEX triplet: E1, 3A and DC. RGB value is (225,58,220). Sum of RGB (Red+Green+Blue) = 225+58+220=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ADC is #1EC523. Grayscale: #7D7D7D. Windows color (decimal): -2016548 or 14432993. OLE color: 14432993.
HSL color Cylindrical-coordinate representation of color #E13ADC: hue angle of 301.8º 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 #E13ADC is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 220 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.12 |
| HSL | 301.8º | 0.74% | 0.55% | - |
| HSV(B) | 301.8º | 0.74% | 0.88% | - |
| XYZ | 45.48 | 24.2 | 69.98 | - |
| YUV | 126.4 | 180.83 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 220 | 0 | 0.74 | 0.02 | 0.12 | 301.8 | 0.74 | 0.55 |
| Hex | E1 | 3A | DC | 0 | 4A | 2 | C | 12E | 4A | 37 |
| Octal | 341 | 72 | 334 | 0 | 112 | 2 | 14 | 456 | 112 | 67 |
| Binary | 11100001 | 111010 | 11011100 | 0 | 1001010 | 10 | 1100 | 100101110 | 1001010 | 110111 |
Color Harmonies of #E13ADC
Complementary color
Monochromatic Colors of #E13ADC
Black with #E13ADC
Text Example
Text Example
White with #E13ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13ADC; }
p { color: rgb(225,58,220); }
H1.HeaderClassName
{
color: #E13ADC;
}
.AnyTagClassName
{
color: #E13ADC;
}
</style>
background-color css
<style>
a { background-color: #E13ADC; }
a { background-color: rgb(225,58,220); }
div.DivClassName
{
background-color: #E13ADC;
}
.BgClassName
{
background-color: #E13ADC;
}
</style>
border-color css
<style>
span { border-color: #E13ADC; }
span { border-color: rgb(225,58,220); }
td.TdClassName
{
border-color: #E13ADC;
}
.TagClassName
{
border-color: #E13ADC;
}
</style>