Html Css Color HEX #E148E3 Free Speech Magenta
📋 copy color: '#E148E3'red 225 ◦ green 72 ◦ blue 227
Shades of Free Speech Magenta #E148E3
Tints of Free Speech Magenta #E148E3
RGB
CMYK
RGB Variations
Color information
#E148E3 (or 0xE148E3) is known color: Free Speech Magenta. HEX triplet: E1, 48 and E3. RGB value is (225,72,227). Sum of RGB (Red+Green+Blue) = 225+72+227=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #E148E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148E3 is #1EB71C. Grayscale: #868686. Windows color (decimal): -2012957 or 14895329. OLE color: 14895329.
HSL color Cylindrical-coordinate representation of color #E148E3: hue angle of 299.23º 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 #E148E3 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 72 | 227 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.11 |
| HSL | 299.23º | 0.73% | 0.59% | - |
| HSV(B) | 299.23º | 0.68% | 0.89% | - |
| XYZ | 47.23 | 26.19 | 75.24 | - |
| YUV | 135.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 227 | 0.01 | 0.68 | 0 | 0.11 | 299.23 | 0.73 | 0.59 |
| Hex | E1 | 48 | E3 | 1 | 44 | 0 | B | 12B | 49 | 3B |
| Octal | 341 | 110 | 343 | 1 | 104 | 0 | 13 | 453 | 111 | 73 |
| Binary | 11100001 | 1001000 | 11100011 | 1 | 1000100 | 0 | 1011 | 100101011 | 1001001 | 111011 |
Color Harmonies of #E148E3
Complementary color
Monochromatic Colors of #E148E3
Black with #E148E3
Text Example
Text Example
White with #E148E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148E3; }
p { color: rgb(225,72,227); }
H1.HeaderClassName
{
color: #E148E3;
}
.AnyTagClassName
{
color: #E148E3;
}
</style>
background-color css
<style>
a { background-color: #E148E3; }
a { background-color: rgb(225,72,227); }
div.DivClassName
{
background-color: #E148E3;
}
.BgClassName
{
background-color: #E148E3;
}
</style>
border-color css
<style>
span { border-color: #E148E3; }
span { border-color: rgb(225,72,227); }
td.TdClassName
{
border-color: #E148E3;
}
.TagClassName
{
border-color: #E148E3;
}
</style>