Html Css Color HEX #E14CDD Free Speech Magenta
📋 copy color: '#E14CDD'red 225 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #E14CDD
Tints of Free Speech Magenta #E14CDD
RGB
CMYK
RGB Variations
Color information
#E14CDD (or 0xE14CDD) is known color: Free Speech Magenta. HEX triplet: E1, 4C and DD. RGB value is (225,76,221). Sum of RGB (Red+Green+Blue) = 225+76+221=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CDD is #1EB322. Grayscale: #888888. Windows color (decimal): -2011939 or 14503137. OLE color: 14503137.
HSL color Cylindrical-coordinate representation of color #E14CDD: hue angle of 301.61º 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 #E14CDD is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 221 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.12 |
| HSL | 301.61º | 0.71% | 0.59% | - |
| HSV(B) | 301.61º | 0.66% | 0.88% | - |
| XYZ | 46.69 | 26.4 | 71.04 | - |
| YUV | 137.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 221 | 0 | 0.66 | 0.02 | 0.12 | 301.61 | 0.71 | 0.59 |
| Hex | E1 | 4C | DD | 0 | 42 | 2 | C | 12E | 47 | 3B |
| Octal | 341 | 114 | 335 | 0 | 102 | 2 | 14 | 456 | 107 | 73 |
| Binary | 11100001 | 1001100 | 11011101 | 0 | 1000010 | 10 | 1100 | 100101110 | 1000111 | 111011 |
Color Harmonies of #E14CDD
Complementary color
Monochromatic Colors of #E14CDD
Black with #E14CDD
Text Example
Text Example
White with #E14CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CDD; }
p { color: rgb(225,76,221); }
H1.HeaderClassName
{
color: #E14CDD;
}
.AnyTagClassName
{
color: #E14CDD;
}
</style>
background-color css
<style>
a { background-color: #E14CDD; }
a { background-color: rgb(225,76,221); }
div.DivClassName
{
background-color: #E14CDD;
}
.BgClassName
{
background-color: #E14CDD;
}
</style>
border-color css
<style>
span { border-color: #E14CDD; }
span { border-color: rgb(225,76,221); }
td.TdClassName
{
border-color: #E14CDD;
}
.TagClassName
{
border-color: #E14CDD;
}
</style>