Html Css Color HEX #E143D2 Free Speech Magenta
📋 copy color: '#E143D2'red 225 ◦ green 67 ◦ blue 210
Shades of Free Speech Magenta #E143D2
Tints of Free Speech Magenta #E143D2
RGB
CMYK
RGB Variations
Color information
#E143D2 (or 0xE143D2) is known color: Free Speech Magenta. HEX triplet: E1, 43 and D2. RGB value is (225,67,210). Sum of RGB (Red+Green+Blue) = 225+67+210=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E143D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143D2 is #1EBC2D. Grayscale: #828282. Windows color (decimal): -2014254 or 13779937. OLE color: 13779937.
HSL color Cylindrical-coordinate representation of color #E143D2: hue angle of 305.7º 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 #E143D2 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 210 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.12 |
| HSL | 305.7º | 0.72% | 0.57% | - |
| HSV(B) | 305.7º | 0.7% | 0.88% | - |
| XYZ | 44.69 | 24.68 | 63.38 | - |
| YUV | 130.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 210 | 0 | 0.70 | 0.07 | 0.12 | 305.7 | 0.72 | 0.57 |
| Hex | E1 | 43 | D2 | 0 | 46 | 7 | C | 132 | 48 | 39 |
| Octal | 341 | 103 | 322 | 0 | 106 | 7 | 14 | 462 | 110 | 71 |
| Binary | 11100001 | 1000011 | 11010010 | 0 | 1000110 | 111 | 1100 | 100110010 | 1001000 | 111001 |
Color Harmonies of #E143D2
Complementary color
Monochromatic Colors of #E143D2
Black with #E143D2
Text Example
Text Example
White with #E143D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143D2; }
p { color: rgb(225,67,210); }
H1.HeaderClassName
{
color: #E143D2;
}
.AnyTagClassName
{
color: #E143D2;
}
</style>
background-color css
<style>
a { background-color: #E143D2; }
a { background-color: rgb(225,67,210); }
div.DivClassName
{
background-color: #E143D2;
}
.BgClassName
{
background-color: #E143D2;
}
</style>
border-color css
<style>
span { border-color: #E143D2; }
span { border-color: rgb(225,67,210); }
td.TdClassName
{
border-color: #E143D2;
}
.TagClassName
{
border-color: #E143D2;
}
</style>