Html Css Color HEX #E149E6 Free Speech Magenta
📋 copy color: '#E149E6'red 225 ◦ green 73 ◦ blue 230
Shades of Free Speech Magenta #E149E6
Tints of Free Speech Magenta #E149E6
RGB
CMYK
RGB Variations
Color information
#E149E6 (or 0xE149E6) is known color: Free Speech Magenta. HEX triplet: E1, 49 and E6. RGB value is (225,73,230). Sum of RGB (Red+Green+Blue) = 225+73+230=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #E149E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149E6 is #1EB619. Grayscale: #878787. Windows color (decimal): -2012698 or 15092193. OLE color: 15092193.
HSL color Cylindrical-coordinate representation of color #E149E6: hue angle of 298.09º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149E6 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 73 | 230 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.10 |
| HSL | 298.09º | 0.76% | 0.59% | - |
| HSV(B) | 298.09º | 0.68% | 0.9% | - |
| XYZ | 47.72 | 26.49 | 77.46 | - |
| YUV | 136.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 230 | 0.02 | 0.68 | 0 | 0.10 | 298.09 | 0.76 | 0.59 |
| Hex | E1 | 49 | E6 | 2 | 44 | 0 | A | 12A | 4C | 3B |
| Octal | 341 | 111 | 346 | 2 | 104 | 0 | 12 | 452 | 114 | 73 |
| Binary | 11100001 | 1001001 | 11100110 | 10 | 1000100 | 0 | 1010 | 100101010 | 1001100 | 111011 |
Color Harmonies of #E149E6
Complementary color
Monochromatic Colors of #E149E6
Black with #E149E6
Text Example
Text Example
White with #E149E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149E6; }
p { color: rgb(225,73,230); }
H1.HeaderClassName
{
color: #E149E6;
}
.AnyTagClassName
{
color: #E149E6;
}
</style>
background-color css
<style>
a { background-color: #E149E6; }
a { background-color: rgb(225,73,230); }
div.DivClassName
{
background-color: #E149E6;
}
.BgClassName
{
background-color: #E149E6;
}
</style>
border-color css
<style>
span { border-color: #E149E6; }
span { border-color: rgb(225,73,230); }
td.TdClassName
{
border-color: #E149E6;
}
.TagClassName
{
border-color: #E149E6;
}
</style>