Html Css Color HEX #E144E6 Free Speech Magenta
📋 copy color: '#E144E6'red 225 ◦ green 68 ◦ blue 230
Shades of Free Speech Magenta #E144E6
Tints of Free Speech Magenta #E144E6
RGB
CMYK
RGB Variations
Color information
#E144E6 (or 0xE144E6) is known color: Free Speech Magenta. HEX triplet: E1, 44 and E6. RGB value is (225,68,230). Sum of RGB (Red+Green+Blue) = 225+68+230=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 68 (26.95% from 255 or 13.00% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #E144E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E144E6 is #1EBB19. Grayscale: #848484. Windows color (decimal): -2013978 or 15090913. OLE color: 15090913.
HSL color Cylindrical-coordinate representation of color #E144E6: hue angle of 298.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144E6 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 68 | 230 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.10 |
| HSL | 298.15º | 0.76% | 0.58% | - |
| HSV(B) | 298.15º | 0.7% | 0.9% | - |
| XYZ | 47.4 | 25.85 | 77.36 | - |
| YUV | 133.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 230 | 0.02 | 0.70 | 0 | 0.10 | 298.15 | 0.76 | 0.58 |
| Hex | E1 | 44 | E6 | 2 | 46 | 0 | A | 12A | 4C | 3A |
| Octal | 341 | 104 | 346 | 2 | 106 | 0 | 12 | 452 | 114 | 72 |
| Binary | 11100001 | 1000100 | 11100110 | 10 | 1000110 | 0 | 1010 | 100101010 | 1001100 | 111010 |
Color Harmonies of #E144E6
Complementary color
Monochromatic Colors of #E144E6
Black with #E144E6
Text Example
Text Example
White with #E144E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144E6; }
p { color: rgb(225,68,230); }
H1.HeaderClassName
{
color: #E144E6;
}
.AnyTagClassName
{
color: #E144E6;
}
</style>
background-color css
<style>
a { background-color: #E144E6; }
a { background-color: rgb(225,68,230); }
div.DivClassName
{
background-color: #E144E6;
}
.BgClassName
{
background-color: #E144E6;
}
</style>
border-color css
<style>
span { border-color: #E144E6; }
span { border-color: rgb(225,68,230); }
td.TdClassName
{
border-color: #E144E6;
}
.TagClassName
{
border-color: #E144E6;
}
</style>