Html Css Color HEX #E153C2 Free Speech Magenta
📋 copy color: '#E153C2'red 225 ◦ green 83 ◦ blue 194
Shades of Free Speech Magenta #E153C2
Tints of Free Speech Magenta #E153C2
RGB
CMYK
RGB Variations
Color information
#E153C2 (or 0xE153C2) is known color: Free Speech Magenta. HEX triplet: E1, 53 and C2. RGB value is (225,83,194). Sum of RGB (Red+Green+Blue) = 225+83+194=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E153C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153C2 is #1EAC3D. Grayscale: #898989. Windows color (decimal): -2010174 or 12735457. OLE color: 12735457.
HSL color Cylindrical-coordinate representation of color #E153C2: hue angle of 313.1º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E153C2 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 194 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.12 |
| HSL | 313.1º | 0.7% | 0.6% | - |
| HSV(B) | 313.1º | 0.63% | 0.88% | - |
| XYZ | 43.88 | 26.09 | 53.76 | - |
| YUV | 138.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 194 | 0 | 0.63 | 0.14 | 0.12 | 313.1 | 0.7 | 0.6 |
| Hex | E1 | 53 | C2 | 0 | 3F | E | C | 139 | 46 | 3C |
| Octal | 341 | 123 | 302 | 0 | 77 | 16 | 14 | 471 | 106 | 74 |
| Binary | 11100001 | 1010011 | 11000010 | 0 | 111111 | 1110 | 1100 | 100111001 | 1000110 | 111100 |
Color Harmonies of #E153C2
Complementary color
Monochromatic Colors of #E153C2
Black with #E153C2
Text Example
Text Example
White with #E153C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153C2; }
p { color: rgb(225,83,194); }
H1.HeaderClassName
{
color: #E153C2;
}
.AnyTagClassName
{
color: #E153C2;
}
</style>
background-color css
<style>
a { background-color: #E153C2; }
a { background-color: rgb(225,83,194); }
div.DivClassName
{
background-color: #E153C2;
}
.BgClassName
{
background-color: #E153C2;
}
</style>
border-color css
<style>
span { border-color: #E153C2; }
span { border-color: rgb(225,83,194); }
td.TdClassName
{
border-color: #E153C2;
}
.TagClassName
{
border-color: #E153C2;
}
</style>