Html Css Color HEX #E154CF Free Speech Magenta
📋 copy color: '#E154CF'red 225 ◦ green 84 ◦ blue 207
Shades of Free Speech Magenta #E154CF
Tints of Free Speech Magenta #E154CF
RGB
CMYK
RGB Variations
Color information
#E154CF (or 0xE154CF) is known color: Free Speech Magenta. HEX triplet: E1, 54 and CF. RGB value is (225,84,207). Sum of RGB (Red+Green+Blue) = 225+84+207=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E154CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154CF is #1EAB30. Grayscale: #8B8B8B. Windows color (decimal): -2009905 or 13587681. OLE color: 13587681.
HSL color Cylindrical-coordinate representation of color #E154CF: hue angle of 307.66º 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 #E154CF is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 207 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.12 |
| HSL | 307.66º | 0.7% | 0.61% | - |
| HSV(B) | 307.66º | 0.63% | 0.88% | - |
| XYZ | 45.48 | 26.85 | 61.82 | - |
| YUV | 140.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 207 | 0 | 0.63 | 0.08 | 0.12 | 307.66 | 0.7 | 0.61 |
| Hex | E1 | 54 | CF | 0 | 3F | 8 | C | 134 | 46 | 3D |
| Octal | 341 | 124 | 317 | 0 | 77 | 10 | 14 | 464 | 106 | 75 |
| Binary | 11100001 | 1010100 | 11001111 | 0 | 111111 | 1000 | 1100 | 100110100 | 1000110 | 111101 |
Color Harmonies of #E154CF
Complementary color
Monochromatic Colors of #E154CF
Black with #E154CF
Text Example
Text Example
White with #E154CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154CF; }
p { color: rgb(225,84,207); }
H1.HeaderClassName
{
color: #E154CF;
}
.AnyTagClassName
{
color: #E154CF;
}
</style>
background-color css
<style>
a { background-color: #E154CF; }
a { background-color: rgb(225,84,207); }
div.DivClassName
{
background-color: #E154CF;
}
.BgClassName
{
background-color: #E154CF;
}
</style>
border-color css
<style>
span { border-color: #E154CF; }
span { border-color: rgb(225,84,207); }
td.TdClassName
{
border-color: #E154CF;
}
.TagClassName
{
border-color: #E154CF;
}
</style>