Html Css Color HEX #E149CB Free Speech Magenta
📋 copy color: '#E149CB'red 225 ◦ green 73 ◦ blue 203
Shades of Free Speech Magenta #E149CB
Tints of Free Speech Magenta #E149CB
RGB
CMYK
RGB Variations
Color information
#E149CB (or 0xE149CB) is known color: Free Speech Magenta. HEX triplet: E1, 49 and CB. RGB value is (225,73,203). Sum of RGB (Red+Green+Blue) = 225+73+203=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E149CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149CB is #1EB634. Grayscale: #848484. Windows color (decimal): -2012725 or 13322721. OLE color: 13322721.
HSL color Cylindrical-coordinate representation of color #E149CB: hue angle of 308.68º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149CB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 203 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.12 |
| HSL | 308.68º | 0.72% | 0.58% | - |
| HSV(B) | 308.68º | 0.68% | 0.88% | - |
| XYZ | 44.21 | 25.08 | 59.01 | - |
| YUV | 133.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 203 | 0 | 0.68 | 0.10 | 0.12 | 308.68 | 0.72 | 0.58 |
| Hex | E1 | 49 | CB | 0 | 44 | A | C | 135 | 48 | 3A |
| Octal | 341 | 111 | 313 | 0 | 104 | 12 | 14 | 465 | 110 | 72 |
| Binary | 11100001 | 1001001 | 11001011 | 0 | 1000100 | 1010 | 1100 | 100110101 | 1001000 | 111010 |
Color Harmonies of #E149CB
Complementary color
Monochromatic Colors of #E149CB
Black with #E149CB
Text Example
Text Example
White with #E149CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149CB; }
p { color: rgb(225,73,203); }
H1.HeaderClassName
{
color: #E149CB;
}
.AnyTagClassName
{
color: #E149CB;
}
</style>
background-color css
<style>
a { background-color: #E149CB; }
a { background-color: rgb(225,73,203); }
div.DivClassName
{
background-color: #E149CB;
}
.BgClassName
{
background-color: #E149CB;
}
</style>
border-color css
<style>
span { border-color: #E149CB; }
span { border-color: rgb(225,73,203); }
td.TdClassName
{
border-color: #E149CB;
}
.TagClassName
{
border-color: #E149CB;
}
</style>