Html Css Color HEX #E14ADC Free Speech Magenta
📋 copy color: '#E14ADC'red 225 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #E14ADC
Tints of Free Speech Magenta #E14ADC
RGB
CMYK
RGB Variations
Color information
#E14ADC (or 0xE14ADC) is known color: Free Speech Magenta. HEX triplet: E1, 4A and DC. RGB value is (225,74,220). Sum of RGB (Red+Green+Blue) = 225+74+220=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ADC is #1EB523. Grayscale: #878787. Windows color (decimal): -2012452 or 14437089. OLE color: 14437089.
HSL color Cylindrical-coordinate representation of color #E14ADC: hue angle of 301.99º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14ADC is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 220 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.12 |
| HSL | 301.99º | 0.72% | 0.59% | - |
| HSV(B) | 301.99º | 0.67% | 0.88% | - |
| XYZ | 46.42 | 26.07 | 70.3 | - |
| YUV | 135.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 220 | 0 | 0.67 | 0.02 | 0.12 | 301.99 | 0.72 | 0.59 |
| Hex | E1 | 4A | DC | 0 | 43 | 2 | C | 12E | 48 | 3B |
| Octal | 341 | 112 | 334 | 0 | 103 | 2 | 14 | 456 | 110 | 73 |
| Binary | 11100001 | 1001010 | 11011100 | 0 | 1000011 | 10 | 1100 | 100101110 | 1001000 | 111011 |
Color Harmonies of #E14ADC
Complementary color
Monochromatic Colors of #E14ADC
Black with #E14ADC
Text Example
Text Example
White with #E14ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14ADC; }
p { color: rgb(225,74,220); }
H1.HeaderClassName
{
color: #E14ADC;
}
.AnyTagClassName
{
color: #E14ADC;
}
</style>
background-color css
<style>
a { background-color: #E14ADC; }
a { background-color: rgb(225,74,220); }
div.DivClassName
{
background-color: #E14ADC;
}
.BgClassName
{
background-color: #E14ADC;
}
</style>
border-color css
<style>
span { border-color: #E14ADC; }
span { border-color: rgb(225,74,220); }
td.TdClassName
{
border-color: #E14ADC;
}
.TagClassName
{
border-color: #E14ADC;
}
</style>