Html Css Color HEX #E154CE Free Speech Magenta
📋 copy color: '#E154CE'red 225 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #E154CE
Tints of Free Speech Magenta #E154CE
RGB
CMYK
RGB Variations
Color information
#E154CE (or 0xE154CE) is known color: Free Speech Magenta. HEX triplet: E1, 54 and CE. RGB value is (225,84,206). Sum of RGB (Red+Green+Blue) = 225+84+206=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E154CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154CE is #1EAB31. Grayscale: #8B8B8B. Windows color (decimal): -2009906 or 13522145. OLE color: 13522145.
HSL color Cylindrical-coordinate representation of color #E154CE: hue angle of 308.09º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E154CE is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 206 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.12 |
| HSL | 308.09º | 0.7% | 0.61% | - |
| HSV(B) | 308.09º | 0.63% | 0.88% | - |
| XYZ | 45.36 | 26.8 | 61.18 | - |
| YUV | 140.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 206 | 0 | 0.63 | 0.08 | 0.12 | 308.09 | 0.7 | 0.61 |
| Hex | E1 | 54 | CE | 0 | 3F | 8 | C | 134 | 46 | 3D |
| Octal | 341 | 124 | 316 | 0 | 77 | 10 | 14 | 464 | 106 | 75 |
| Binary | 11100001 | 1010100 | 11001110 | 0 | 111111 | 1000 | 1100 | 100110100 | 1000110 | 111101 |
Color Harmonies of #E154CE
Complementary color
Monochromatic Colors of #E154CE
Black with #E154CE
Text Example
Text Example
White with #E154CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154CE; }
p { color: rgb(225,84,206); }
H1.HeaderClassName
{
color: #E154CE;
}
.AnyTagClassName
{
color: #E154CE;
}
</style>
background-color css
<style>
a { background-color: #E154CE; }
a { background-color: rgb(225,84,206); }
div.DivClassName
{
background-color: #E154CE;
}
.BgClassName
{
background-color: #E154CE;
}
</style>
border-color css
<style>
span { border-color: #E154CE; }
span { border-color: rgb(225,84,206); }
td.TdClassName
{
border-color: #E154CE;
}
.TagClassName
{
border-color: #E154CE;
}
</style>