Html Css Color HEX #E148D3 Free Speech Magenta
📋 copy color: '#E148D3'red 225 ◦ green 72 ◦ blue 211
Shades of Free Speech Magenta #E148D3
Tints of Free Speech Magenta #E148D3
RGB
CMYK
RGB Variations
Color information
#E148D3 (or 0xE148D3) is known color: Free Speech Magenta. HEX triplet: E1, 48 and D3. RGB value is (225,72,211). Sum of RGB (Red+Green+Blue) = 225+72+211=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E148D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148D3 is #1EB72C. Grayscale: #858585. Windows color (decimal): -2012973 or 13846753. OLE color: 13846753.
HSL color Cylindrical-coordinate representation of color #E148D3: hue angle of 305.49º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148D3 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 211 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.12 |
| HSL | 305.49º | 0.72% | 0.58% | - |
| HSV(B) | 305.49º | 0.68% | 0.88% | - |
| XYZ | 45.13 | 25.35 | 64.14 | - |
| YUV | 133.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 211 | 0 | 0.68 | 0.06 | 0.12 | 305.49 | 0.72 | 0.58 |
| Hex | E1 | 48 | D3 | 0 | 44 | 6 | C | 131 | 48 | 3A |
| Octal | 341 | 110 | 323 | 0 | 104 | 6 | 14 | 461 | 110 | 72 |
| Binary | 11100001 | 1001000 | 11010011 | 0 | 1000100 | 110 | 1100 | 100110001 | 1001000 | 111010 |
Color Harmonies of #E148D3
Complementary color
Monochromatic Colors of #E148D3
Black with #E148D3
Text Example
Text Example
White with #E148D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148D3; }
p { color: rgb(225,72,211); }
H1.HeaderClassName
{
color: #E148D3;
}
.AnyTagClassName
{
color: #E148D3;
}
</style>
background-color css
<style>
a { background-color: #E148D3; }
a { background-color: rgb(225,72,211); }
div.DivClassName
{
background-color: #E148D3;
}
.BgClassName
{
background-color: #E148D3;
}
</style>
border-color css
<style>
span { border-color: #E148D3; }
span { border-color: rgb(225,72,211); }
td.TdClassName
{
border-color: #E148D3;
}
.TagClassName
{
border-color: #E148D3;
}
</style>