Html Css Color HEX #E153CF Free Speech Magenta
📋 copy color: '#E153CF'red 225 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #E153CF
Tints of Free Speech Magenta #E153CF
RGB
CMYK
RGB Variations
Color information
#E153CF (or 0xE153CF) is known color: Free Speech Magenta. HEX triplet: E1, 53 and CF. RGB value is (225,83,207). Sum of RGB (Red+Green+Blue) = 225+83+207=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E153CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153CF is #1EAC30. Grayscale: #8B8B8B. Windows color (decimal): -2010161 or 13587425. OLE color: 13587425.
HSL color Cylindrical-coordinate representation of color #E153CF: hue angle of 307.61º 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 #E153CF is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 207 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.12 |
| HSL | 307.61º | 0.7% | 0.6% | - |
| HSV(B) | 307.61º | 0.63% | 0.88% | - |
| XYZ | 45.41 | 26.7 | 61.79 | - |
| YUV | 139.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 207 | 0 | 0.63 | 0.08 | 0.12 | 307.61 | 0.7 | 0.6 |
| Hex | E1 | 53 | CF | 0 | 3F | 8 | C | 134 | 46 | 3C |
| Octal | 341 | 123 | 317 | 0 | 77 | 10 | 14 | 464 | 106 | 74 |
| Binary | 11100001 | 1010011 | 11001111 | 0 | 111111 | 1000 | 1100 | 100110100 | 1000110 | 111100 |
Color Harmonies of #E153CF
Complementary color
Monochromatic Colors of #E153CF
Black with #E153CF
Text Example
Text Example
White with #E153CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153CF; }
p { color: rgb(225,83,207); }
H1.HeaderClassName
{
color: #E153CF;
}
.AnyTagClassName
{
color: #E153CF;
}
</style>
background-color css
<style>
a { background-color: #E153CF; }
a { background-color: rgb(225,83,207); }
div.DivClassName
{
background-color: #E153CF;
}
.BgClassName
{
background-color: #E153CF;
}
</style>
border-color css
<style>
span { border-color: #E153CF; }
span { border-color: rgb(225,83,207); }
td.TdClassName
{
border-color: #E153CF;
}
.TagClassName
{
border-color: #E153CF;
}
</style>