Html Css Color HEX #E153CE Free Speech Magenta
📋 copy color: '#E153CE'red 225 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #E153CE
Tints of Free Speech Magenta #E153CE
RGB
CMYK
RGB Variations
Color information
#E153CE (or 0xE153CE) is known color: Free Speech Magenta. HEX triplet: E1, 53 and CE. RGB value is (225,83,206). Sum of RGB (Red+Green+Blue) = 225+83+206=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E153CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153CE is #1EAC31. Grayscale: #8B8B8B. Windows color (decimal): -2010162 or 13521889. OLE color: 13521889.
HSL color Cylindrical-coordinate representation of color #E153CE: hue angle of 308.03º 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 #E153CE is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 206 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.12 |
| HSL | 308.03º | 0.7% | 0.6% | - |
| HSV(B) | 308.03º | 0.63% | 0.88% | - |
| XYZ | 45.29 | 26.65 | 61.15 | - |
| YUV | 139.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 206 | 0 | 0.63 | 0.08 | 0.12 | 308.03 | 0.7 | 0.6 |
| Hex | E1 | 53 | CE | 0 | 3F | 8 | C | 134 | 46 | 3C |
| Octal | 341 | 123 | 316 | 0 | 77 | 10 | 14 | 464 | 106 | 74 |
| Binary | 11100001 | 1010011 | 11001110 | 0 | 111111 | 1000 | 1100 | 100110100 | 1000110 | 111100 |
Color Harmonies of #E153CE
Complementary color
Monochromatic Colors of #E153CE
Black with #E153CE
Text Example
Text Example
White with #E153CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153CE; }
p { color: rgb(225,83,206); }
H1.HeaderClassName
{
color: #E153CE;
}
.AnyTagClassName
{
color: #E153CE;
}
</style>
background-color css
<style>
a { background-color: #E153CE; }
a { background-color: rgb(225,83,206); }
div.DivClassName
{
background-color: #E153CE;
}
.BgClassName
{
background-color: #E153CE;
}
</style>
border-color css
<style>
span { border-color: #E153CE; }
span { border-color: rgb(225,83,206); }
td.TdClassName
{
border-color: #E153CE;
}
.TagClassName
{
border-color: #E153CE;
}
</style>