Html Css Color HEX #E14ABC Free Speech Magenta
📋 copy color: '#E14ABC'red 225 ◦ green 74 ◦ blue 188
Shades of Free Speech Magenta #E14ABC
Tints of Free Speech Magenta #E14ABC
RGB
CMYK
RGB Variations
Color information
#E14ABC (or 0xE14ABC) is known color: Free Speech Magenta. HEX triplet: E1, 4A and BC. RGB value is (225,74,188). Sum of RGB (Red+Green+Blue) = 225+74+188=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ABC is #1EB543. Grayscale: #838383. Windows color (decimal): -2012484 or 12339937. OLE color: 12339937.
HSL color Cylindrical-coordinate representation of color #E14ABC: hue angle of 314.7º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14ABC is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 188 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.12 |
| HSL | 314.7º | 0.72% | 0.59% | - |
| HSV(B) | 314.7º | 0.67% | 0.88% | - |
| XYZ | 42.58 | 24.54 | 50.07 | - |
| YUV | 132.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 188 | 0 | 0.67 | 0.16 | 0.12 | 314.7 | 0.72 | 0.59 |
| Hex | E1 | 4A | BC | 0 | 43 | 10 | C | 13B | 48 | 3B |
| Octal | 341 | 112 | 274 | 0 | 103 | 20 | 14 | 473 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10111100 | 0 | 1000011 | 10000 | 1100 | 100111011 | 1001000 | 111011 |
Color Harmonies of #E14ABC
Complementary color
Monochromatic Colors of #E14ABC
Black with #E14ABC
Text Example
Text Example
White with #E14ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14ABC; }
p { color: rgb(225,74,188); }
H1.HeaderClassName
{
color: #E14ABC;
}
.AnyTagClassName
{
color: #E14ABC;
}
</style>
background-color css
<style>
a { background-color: #E14ABC; }
a { background-color: rgb(225,74,188); }
div.DivClassName
{
background-color: #E14ABC;
}
.BgClassName
{
background-color: #E14ABC;
}
</style>
border-color css
<style>
span { border-color: #E14ABC; }
span { border-color: rgb(225,74,188); }
td.TdClassName
{
border-color: #E14ABC;
}
.TagClassName
{
border-color: #E14ABC;
}
</style>