Html Css Color HEX #E144D2 Free Speech Magenta
📋 copy color: '#E144D2'red 225 ◦ green 68 ◦ blue 210
Shades of Free Speech Magenta #E144D2
Tints of Free Speech Magenta #E144D2
RGB
CMYK
RGB Variations
Color information
#E144D2 (or 0xE144D2) is known color: Free Speech Magenta. HEX triplet: E1, 44 and D2. RGB value is (225,68,210). Sum of RGB (Red+Green+Blue) = 225+68+210=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E144D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144D2 is #1EBB2D. Grayscale: #828282. Windows color (decimal): -2013998 or 13780193. OLE color: 13780193.
HSL color Cylindrical-coordinate representation of color #E144D2: hue angle of 305.73º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144D2 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 210 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.12 |
| HSL | 305.73º | 0.72% | 0.57% | - |
| HSV(B) | 305.73º | 0.7% | 0.88% | - |
| XYZ | 44.75 | 24.79 | 63.4 | - |
| YUV | 131.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 210 | 0 | 0.70 | 0.07 | 0.12 | 305.73 | 0.72 | 0.57 |
| Hex | E1 | 44 | D2 | 0 | 46 | 7 | C | 132 | 48 | 39 |
| Octal | 341 | 104 | 322 | 0 | 106 | 7 | 14 | 462 | 110 | 71 |
| Binary | 11100001 | 1000100 | 11010010 | 0 | 1000110 | 111 | 1100 | 100110010 | 1001000 | 111001 |
Color Harmonies of #E144D2
Complementary color
Monochromatic Colors of #E144D2
Black with #E144D2
Text Example
Text Example
White with #E144D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144D2; }
p { color: rgb(225,68,210); }
H1.HeaderClassName
{
color: #E144D2;
}
.AnyTagClassName
{
color: #E144D2;
}
</style>
background-color css
<style>
a { background-color: #E144D2; }
a { background-color: rgb(225,68,210); }
div.DivClassName
{
background-color: #E144D2;
}
.BgClassName
{
background-color: #E144D2;
}
</style>
border-color css
<style>
span { border-color: #E144D2; }
span { border-color: rgb(225,68,210); }
td.TdClassName
{
border-color: #E144D2;
}
.TagClassName
{
border-color: #E144D2;
}
</style>