Html Css Color HEX #E149E3 Free Speech Magenta
📋 copy color: '#E149E3'red 225 ◦ green 73 ◦ blue 227
Shades of Free Speech Magenta #E149E3
Tints of Free Speech Magenta #E149E3
RGB
CMYK
RGB Variations
Color information
#E149E3 (or 0xE149E3) is known color: Free Speech Magenta. HEX triplet: E1, 49 and E3. RGB value is (225,73,227). Sum of RGB (Red+Green+Blue) = 225+73+227=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #E149E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149E3 is #1EB61C. Grayscale: #878787. Windows color (decimal): -2012701 or 14895585. OLE color: 14895585.
HSL color Cylindrical-coordinate representation of color #E149E3: hue angle of 299.22º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149E3 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 73 | 227 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.11 |
| HSL | 299.22º | 0.73% | 0.59% | - |
| HSV(B) | 299.22º | 0.68% | 0.89% | - |
| XYZ | 47.3 | 26.32 | 75.26 | - |
| YUV | 136 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 227 | 0.01 | 0.68 | 0 | 0.11 | 299.22 | 0.73 | 0.59 |
| Hex | E1 | 49 | E3 | 1 | 44 | 0 | B | 12B | 49 | 3B |
| Octal | 341 | 111 | 343 | 1 | 104 | 0 | 13 | 453 | 111 | 73 |
| Binary | 11100001 | 1001001 | 11100011 | 1 | 1000100 | 0 | 1011 | 100101011 | 1001001 | 111011 |
Color Harmonies of #E149E3
Complementary color
Monochromatic Colors of #E149E3
Black with #E149E3
Text Example
Text Example
White with #E149E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149E3; }
p { color: rgb(225,73,227); }
H1.HeaderClassName
{
color: #E149E3;
}
.AnyTagClassName
{
color: #E149E3;
}
</style>
background-color css
<style>
a { background-color: #E149E3; }
a { background-color: rgb(225,73,227); }
div.DivClassName
{
background-color: #E149E3;
}
.BgClassName
{
background-color: #E149E3;
}
</style>
border-color css
<style>
span { border-color: #E149E3; }
span { border-color: rgb(225,73,227); }
td.TdClassName
{
border-color: #E149E3;
}
.TagClassName
{
border-color: #E149E3;
}
</style>