Html Css Color HEX #E154C1 Free Speech Magenta
📋 copy color: '#E154C1'red 225 ◦ green 84 ◦ blue 193
Shades of Free Speech Magenta #E154C1
Tints of Free Speech Magenta #E154C1
RGB
CMYK
RGB Variations
Color information
#E154C1 (or 0xE154C1) is known color: Free Speech Magenta. HEX triplet: E1, 54 and C1. RGB value is (225,84,193). Sum of RGB (Red+Green+Blue) = 225+84+193=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E154C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154C1 is #1EAB3E. Grayscale: #8A8A8A. Windows color (decimal): -2009919 or 12670177. OLE color: 12670177.
HSL color Cylindrical-coordinate representation of color #E154C1: hue angle of 313.62º 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 #E154C1 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 193 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.12 |
| HSL | 313.62º | 0.7% | 0.61% | - |
| HSV(B) | 313.62º | 0.63% | 0.88% | - |
| XYZ | 43.85 | 26.2 | 53.2 | - |
| YUV | 138.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 193 | 0 | 0.63 | 0.14 | 0.12 | 313.62 | 0.7 | 0.61 |
| Hex | E1 | 54 | C1 | 0 | 3F | E | C | 13A | 46 | 3D |
| Octal | 341 | 124 | 301 | 0 | 77 | 16 | 14 | 472 | 106 | 75 |
| Binary | 11100001 | 1010100 | 11000001 | 0 | 111111 | 1110 | 1100 | 100111010 | 1000110 | 111101 |
Color Harmonies of #E154C1
Complementary color
Monochromatic Colors of #E154C1
Black with #E154C1
Text Example
Text Example
White with #E154C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154C1; }
p { color: rgb(225,84,193); }
H1.HeaderClassName
{
color: #E154C1;
}
.AnyTagClassName
{
color: #E154C1;
}
</style>
background-color css
<style>
a { background-color: #E154C1; }
a { background-color: rgb(225,84,193); }
div.DivClassName
{
background-color: #E154C1;
}
.BgClassName
{
background-color: #E154C1;
}
</style>
border-color css
<style>
span { border-color: #E154C1; }
span { border-color: rgb(225,84,193); }
td.TdClassName
{
border-color: #E154C1;
}
.TagClassName
{
border-color: #E154C1;
}
</style>