Html Css Color HEX #E14CDC Free Speech Magenta
📋 copy color: '#E14CDC'red 225 ◦ green 76 ◦ blue 220
Shades of Free Speech Magenta #E14CDC
Tints of Free Speech Magenta #E14CDC
RGB
CMYK
RGB Variations
Color information
#E14CDC (or 0xE14CDC) is known color: Free Speech Magenta. HEX triplet: E1, 4C and DC. RGB value is (225,76,220). Sum of RGB (Red+Green+Blue) = 225+76+220=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CDC is #1EB323. Grayscale: #888888. Windows color (decimal): -2011940 or 14437601. OLE color: 14437601.
HSL color Cylindrical-coordinate representation of color #E14CDC: hue angle of 302.01º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14CDC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 220 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.12 |
| HSL | 302.01º | 0.71% | 0.59% | - |
| HSV(B) | 302.01º | 0.66% | 0.88% | - |
| XYZ | 46.55 | 26.34 | 70.34 | - |
| YUV | 136.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 220 | 0 | 0.66 | 0.02 | 0.12 | 302.01 | 0.71 | 0.59 |
| Hex | E1 | 4C | DC | 0 | 42 | 2 | C | 12E | 47 | 3B |
| Octal | 341 | 114 | 334 | 0 | 102 | 2 | 14 | 456 | 107 | 73 |
| Binary | 11100001 | 1001100 | 11011100 | 0 | 1000010 | 10 | 1100 | 100101110 | 1000111 | 111011 |
Color Harmonies of #E14CDC
Complementary color
Monochromatic Colors of #E14CDC
Black with #E14CDC
Text Example
Text Example
White with #E14CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CDC; }
p { color: rgb(225,76,220); }
H1.HeaderClassName
{
color: #E14CDC;
}
.AnyTagClassName
{
color: #E14CDC;
}
</style>
background-color css
<style>
a { background-color: #E14CDC; }
a { background-color: rgb(225,76,220); }
div.DivClassName
{
background-color: #E14CDC;
}
.BgClassName
{
background-color: #E14CDC;
}
</style>
border-color css
<style>
span { border-color: #E14CDC; }
span { border-color: rgb(225,76,220); }
td.TdClassName
{
border-color: #E14CDC;
}
.TagClassName
{
border-color: #E14CDC;
}
</style>