Html Css Color HEX #E143F2 Free Speech Magenta
📋 copy color: '#E143F2'red 225 ◦ green 67 ◦ blue 242
Shades of Free Speech Magenta #E143F2
Tints of Free Speech Magenta #E143F2
RGB
CMYK
RGB Variations
Color information
#E143F2 (or 0xE143F2) is known color: Free Speech Magenta. HEX triplet: E1, 43 and F2. RGB value is (225,67,242). Sum of RGB (Red+Green+Blue) = 225+67+242=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 67 (26.56% from 255 or 12.55% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #E143F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E143F2 is #1EBC0D. Grayscale: #858585. Windows color (decimal): -2014222 or 15877089. OLE color: 15877089.
HSL color Cylindrical-coordinate representation of color #E143F2: hue angle of 294.17º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E143F2 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 67 | 242 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.05 |
| HSL | 294.17º | 0.87% | 0.61% | - |
| HSV(B) | 294.17º | 0.72% | 0.95% | - |
| XYZ | 49.09 | 26.43 | 86.52 | - |
| YUV | 134.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 242 | 0.07 | 0.72 | 0 | 0.05 | 294.17 | 0.87 | 0.61 |
| Hex | E1 | 43 | F2 | 7 | 48 | 0 | 5 | 126 | 57 | 3D |
| Octal | 341 | 103 | 362 | 7 | 110 | 0 | 5 | 446 | 127 | 75 |
| Binary | 11100001 | 1000011 | 11110010 | 111 | 1001000 | 0 | 101 | 100100110 | 1010111 | 111101 |
Color Harmonies of #E143F2
Complementary color
Monochromatic Colors of #E143F2
Black with #E143F2
Text Example
Text Example
White with #E143F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143F2; }
p { color: rgb(225,67,242); }
H1.HeaderClassName
{
color: #E143F2;
}
.AnyTagClassName
{
color: #E143F2;
}
</style>
background-color css
<style>
a { background-color: #E143F2; }
a { background-color: rgb(225,67,242); }
div.DivClassName
{
background-color: #E143F2;
}
.BgClassName
{
background-color: #E143F2;
}
</style>
border-color css
<style>
span { border-color: #E143F2; }
span { border-color: rgb(225,67,242); }
td.TdClassName
{
border-color: #E143F2;
}
.TagClassName
{
border-color: #E143F2;
}
</style>