Html Css Color HEX #E14CE0 Free Speech Magenta
📋 copy color: '#E14CE0'red 225 ◦ green 76 ◦ blue 224
Shades of Free Speech Magenta #E14CE0
Tints of Free Speech Magenta #E14CE0
RGB
CMYK
RGB Variations
Color information
#E14CE0 (or 0xE14CE0) is known color: Free Speech Magenta. HEX triplet: E1, 4C and E0. RGB value is (225,76,224). Sum of RGB (Red+Green+Blue) = 225+76+224=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CE0 is #1EB31F. Grayscale: #888888. Windows color (decimal): -2011936 or 14699745. OLE color: 14699745.
HSL color Cylindrical-coordinate representation of color #E14CE0: hue angle of 300.4º 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 #E14CE0 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 224 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.12 |
| HSL | 300.4º | 0.71% | 0.59% | - |
| HSV(B) | 300.4º | 0.66% | 0.88% | - |
| XYZ | 47.09 | 26.56 | 73.17 | - |
| YUV | 137.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 224 | 0 | 0.66 | 0.00 | 0.12 | 300.4 | 0.71 | 0.59 |
| Hex | E1 | 4C | E0 | 0 | 42 | 0 | C | 12C | 47 | 3B |
| Octal | 341 | 114 | 340 | 0 | 102 | 0 | 14 | 454 | 107 | 73 |
| Binary | 11100001 | 1001100 | 11100000 | 0 | 1000010 | 0 | 1100 | 100101100 | 1000111 | 111011 |
Color Harmonies of #E14CE0
Complementary color
Monochromatic Colors of #E14CE0
Black with #E14CE0
Text Example
Text Example
White with #E14CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CE0; }
p { color: rgb(225,76,224); }
H1.HeaderClassName
{
color: #E14CE0;
}
.AnyTagClassName
{
color: #E14CE0;
}
</style>
background-color css
<style>
a { background-color: #E14CE0; }
a { background-color: rgb(225,76,224); }
div.DivClassName
{
background-color: #E14CE0;
}
.BgClassName
{
background-color: #E14CE0;
}
</style>
border-color css
<style>
span { border-color: #E14CE0; }
span { border-color: rgb(225,76,224); }
td.TdClassName
{
border-color: #E14CE0;
}
.TagClassName
{
border-color: #E14CE0;
}
</style>