Html Css Color HEX #E153C1 Free Speech Magenta
📋 copy color: '#E153C1'red 225 ◦ green 83 ◦ blue 193
Shades of Free Speech Magenta #E153C1
Tints of Free Speech Magenta #E153C1
RGB
CMYK
RGB Variations
Color information
#E153C1 (or 0xE153C1) is known color: Free Speech Magenta. HEX triplet: E1, 53 and C1. RGB value is (225,83,193). Sum of RGB (Red+Green+Blue) = 225+83+193=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E153C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153C1 is #1EAC3E. Grayscale: #898989. Windows color (decimal): -2010175 or 12669921. OLE color: 12669921.
HSL color Cylindrical-coordinate representation of color #E153C1: hue angle of 313.52º 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 #E153C1 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 193 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.12 |
| HSL | 313.52º | 0.7% | 0.6% | - |
| HSV(B) | 313.52º | 0.63% | 0.88% | - |
| XYZ | 43.77 | 26.04 | 53.17 | - |
| YUV | 138 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 193 | 0 | 0.63 | 0.14 | 0.12 | 313.52 | 0.7 | 0.6 |
| Hex | E1 | 53 | C1 | 0 | 3F | E | C | 13A | 46 | 3C |
| Octal | 341 | 123 | 301 | 0 | 77 | 16 | 14 | 472 | 106 | 74 |
| Binary | 11100001 | 1010011 | 11000001 | 0 | 111111 | 1110 | 1100 | 100111010 | 1000110 | 111100 |
Color Harmonies of #E153C1
Complementary color
Monochromatic Colors of #E153C1
Black with #E153C1
Text Example
Text Example
White with #E153C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153C1; }
p { color: rgb(225,83,193); }
H1.HeaderClassName
{
color: #E153C1;
}
.AnyTagClassName
{
color: #E153C1;
}
</style>
background-color css
<style>
a { background-color: #E153C1; }
a { background-color: rgb(225,83,193); }
div.DivClassName
{
background-color: #E153C1;
}
.BgClassName
{
background-color: #E153C1;
}
</style>
border-color css
<style>
span { border-color: #E153C1; }
span { border-color: rgb(225,83,193); }
td.TdClassName
{
border-color: #E153C1;
}
.TagClassName
{
border-color: #E153C1;
}
</style>