Html Css Color HEX #E14ECB Free Speech Magenta
📋 copy color: '#E14ECB'red 225 ◦ green 78 ◦ blue 203
Shades of Free Speech Magenta #E14ECB
Tints of Free Speech Magenta #E14ECB
RGB
CMYK
RGB Variations
Color information
#E14ECB (or 0xE14ECB) is known color: Free Speech Magenta. HEX triplet: E1, 4E and CB. RGB value is (225,78,203). Sum of RGB (Red+Green+Blue) = 225+78+203=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14ECB is #1EB134. Grayscale: #878787. Windows color (decimal): -2011445 or 13324001. OLE color: 13324001.
HSL color Cylindrical-coordinate representation of color #E14ECB: hue angle of 308.98º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14ECB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 203 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.12 |
| HSL | 308.98º | 0.71% | 0.59% | - |
| HSV(B) | 308.98º | 0.65% | 0.88% | - |
| XYZ | 44.56 | 25.77 | 59.13 | - |
| YUV | 136.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 203 | 0 | 0.65 | 0.10 | 0.12 | 308.98 | 0.71 | 0.59 |
| Hex | E1 | 4E | CB | 0 | 41 | A | C | 135 | 47 | 3B |
| Octal | 341 | 116 | 313 | 0 | 101 | 12 | 14 | 465 | 107 | 73 |
| Binary | 11100001 | 1001110 | 11001011 | 0 | 1000001 | 1010 | 1100 | 100110101 | 1000111 | 111011 |
Color Harmonies of #E14ECB
Complementary color
Monochromatic Colors of #E14ECB
Black with #E14ECB
Text Example
Text Example
White with #E14ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14ECB; }
p { color: rgb(225,78,203); }
H1.HeaderClassName
{
color: #E14ECB;
}
.AnyTagClassName
{
color: #E14ECB;
}
</style>
background-color css
<style>
a { background-color: #E14ECB; }
a { background-color: rgb(225,78,203); }
div.DivClassName
{
background-color: #E14ECB;
}
.BgClassName
{
background-color: #E14ECB;
}
</style>
border-color css
<style>
span { border-color: #E14ECB; }
span { border-color: rgb(225,78,203); }
td.TdClassName
{
border-color: #E14ECB;
}
.TagClassName
{
border-color: #E14ECB;
}
</style>