Html Css Color HEX #E14DB8 Free Speech Magenta
📋 copy color: '#E14DB8'red 225 ◦ green 77 ◦ blue 184
Shades of Free Speech Magenta #E14DB8
Tints of Free Speech Magenta #E14DB8
RGB
CMYK
RGB Variations
Color information
#E14DB8 (or 0xE14DB8) is known color: Free Speech Magenta. HEX triplet: E1, 4D and B8. RGB value is (225,77,184). Sum of RGB (Red+Green+Blue) = 225+77+184=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DB8 is #1EB247. Grayscale: #858585. Windows color (decimal): -2011720 or 12078561. OLE color: 12078561.
HSL color Cylindrical-coordinate representation of color #E14DB8: hue angle of 316.62º 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 #E14DB8 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 184 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.12 |
| HSL | 316.62º | 0.71% | 0.59% | - |
| HSV(B) | 316.62º | 0.66% | 0.88% | - |
| XYZ | 42.36 | 24.78 | 47.9 | - |
| YUV | 133.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 184 | 0 | 0.66 | 0.18 | 0.12 | 316.62 | 0.71 | 0.59 |
| Hex | E1 | 4D | B8 | 0 | 42 | 12 | C | 13D | 47 | 3B |
| Octal | 341 | 115 | 270 | 0 | 102 | 22 | 14 | 475 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10111000 | 0 | 1000010 | 10010 | 1100 | 100111101 | 1000111 | 111011 |
Color Harmonies of #E14DB8
Complementary color
Monochromatic Colors of #E14DB8
Black with #E14DB8
Text Example
Text Example
White with #E14DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DB8; }
p { color: rgb(225,77,184); }
H1.HeaderClassName
{
color: #E14DB8;
}
.AnyTagClassName
{
color: #E14DB8;
}
</style>
background-color css
<style>
a { background-color: #E14DB8; }
a { background-color: rgb(225,77,184); }
div.DivClassName
{
background-color: #E14DB8;
}
.BgClassName
{
background-color: #E14DB8;
}
</style>
border-color css
<style>
span { border-color: #E14DB8; }
span { border-color: rgb(225,77,184); }
td.TdClassName
{
border-color: #E14DB8;
}
.TagClassName
{
border-color: #E14DB8;
}
</style>