Html Css Color HEX #E14BDC Free Speech Magenta
📋 copy color: '#E14BDC'red 225 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #E14BDC
Tints of Free Speech Magenta #E14BDC
RGB
CMYK
RGB Variations
Color information
#E14BDC (or 0xE14BDC) is known color: Free Speech Magenta. HEX triplet: E1, 4B and DC. RGB value is (225,75,220). Sum of RGB (Red+Green+Blue) = 225+75+220=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14BDC is #1EB423. Grayscale: #878787. Windows color (decimal): -2012196 or 14437345. OLE color: 14437345.
HSL color Cylindrical-coordinate representation of color #E14BDC: hue angle of 302º degrees, saturation: 0.71, 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 #E14BDC is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 220 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.12 |
| HSL | 302º | 0.71% | 0.59% | - |
| HSV(B) | 302º | 0.67% | 0.88% | - |
| XYZ | 46.49 | 26.21 | 70.32 | - |
| YUV | 136.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 220 | 0 | 0.67 | 0.02 | 0.12 | 302 | 0.71 | 0.59 |
| Hex | E1 | 4B | DC | 0 | 43 | 2 | C | 12E | 47 | 3B |
| Octal | 341 | 113 | 334 | 0 | 103 | 2 | 14 | 456 | 107 | 73 |
| Binary | 11100001 | 1001011 | 11011100 | 0 | 1000011 | 10 | 1100 | 100101110 | 1000111 | 111011 |
Color Harmonies of #E14BDC
Complementary color
Monochromatic Colors of #E14BDC
Black with #E14BDC
Text Example
Text Example
White with #E14BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BDC; }
p { color: rgb(225,75,220); }
H1.HeaderClassName
{
color: #E14BDC;
}
.AnyTagClassName
{
color: #E14BDC;
}
</style>
background-color css
<style>
a { background-color: #E14BDC; }
a { background-color: rgb(225,75,220); }
div.DivClassName
{
background-color: #E14BDC;
}
.BgClassName
{
background-color: #E14BDC;
}
</style>
border-color css
<style>
span { border-color: #E14BDC; }
span { border-color: rgb(225,75,220); }
td.TdClassName
{
border-color: #E14BDC;
}
.TagClassName
{
border-color: #E14BDC;
}
</style>