Html Css Color HEX #E14CCD Free Speech Magenta
📋 copy color: '#E14CCD'red 225 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #E14CCD
Tints of Free Speech Magenta #E14CCD
RGB
CMYK
RGB Variations
Color information
#E14CCD (or 0xE14CCD) is known color: Free Speech Magenta. HEX triplet: E1, 4C and CD. RGB value is (225,76,205). Sum of RGB (Red+Green+Blue) = 225+76+205=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CCD is #1EB332. Grayscale: #868686. Windows color (decimal): -2011955 or 13454561. OLE color: 13454561.
HSL color Cylindrical-coordinate representation of color #E14CCD: hue angle of 308.05º 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 #E14CCD is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 205 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.12 |
| HSL | 308.05º | 0.71% | 0.59% | - |
| HSV(B) | 308.05º | 0.66% | 0.88% | - |
| XYZ | 44.66 | 25.58 | 60.34 | - |
| YUV | 135.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 205 | 0 | 0.66 | 0.09 | 0.12 | 308.05 | 0.71 | 0.59 |
| Hex | E1 | 4C | CD | 0 | 42 | 9 | C | 134 | 47 | 3B |
| Octal | 341 | 114 | 315 | 0 | 102 | 11 | 14 | 464 | 107 | 73 |
| Binary | 11100001 | 1001100 | 11001101 | 0 | 1000010 | 1001 | 1100 | 100110100 | 1000111 | 111011 |
Color Harmonies of #E14CCD
Complementary color
Monochromatic Colors of #E14CCD
Black with #E14CCD
Text Example
Text Example
White with #E14CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CCD; }
p { color: rgb(225,76,205); }
H1.HeaderClassName
{
color: #E14CCD;
}
.AnyTagClassName
{
color: #E14CCD;
}
</style>
background-color css
<style>
a { background-color: #E14CCD; }
a { background-color: rgb(225,76,205); }
div.DivClassName
{
background-color: #E14CCD;
}
.BgClassName
{
background-color: #E14CCD;
}
</style>
border-color css
<style>
span { border-color: #E14CCD; }
span { border-color: rgb(225,76,205); }
td.TdClassName
{
border-color: #E14CCD;
}
.TagClassName
{
border-color: #E14CCD;
}
</style>