Html Css Color HEX #E141CB Free Speech Magenta
📋 copy color: '#E141CB'red 225 ◦ green 65 ◦ blue 203
Shades of Free Speech Magenta #E141CB
Tints of Free Speech Magenta #E141CB
RGB
CMYK
RGB Variations
Color information
#E141CB (or 0xE141CB) is known color: Free Speech Magenta. HEX triplet: E1, 41 and CB. RGB value is (225,65,203). Sum of RGB (Red+Green+Blue) = 225+65+203=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E141CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141CB is #1EBE34. Grayscale: #808080. Windows color (decimal): -2014773 or 13320673. OLE color: 13320673.
HSL color Cylindrical-coordinate representation of color #E141CB: hue angle of 308.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141CB is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 203 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.12 |
| HSL | 308.25º | 0.73% | 0.57% | - |
| HSV(B) | 308.25º | 0.71% | 0.88% | - |
| XYZ | 43.72 | 24.1 | 58.85 | - |
| YUV | 128.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 203 | 0 | 0.71 | 0.10 | 0.12 | 308.25 | 0.73 | 0.57 |
| Hex | E1 | 41 | CB | 0 | 47 | A | C | 134 | 49 | 39 |
| Octal | 341 | 101 | 313 | 0 | 107 | 12 | 14 | 464 | 111 | 71 |
| Binary | 11100001 | 1000001 | 11001011 | 0 | 1000111 | 1010 | 1100 | 100110100 | 1001001 | 111001 |
Color Harmonies of #E141CB
Complementary color
Monochromatic Colors of #E141CB
Black with #E141CB
Text Example
Text Example
White with #E141CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141CB; }
p { color: rgb(225,65,203); }
H1.HeaderClassName
{
color: #E141CB;
}
.AnyTagClassName
{
color: #E141CB;
}
</style>
background-color css
<style>
a { background-color: #E141CB; }
a { background-color: rgb(225,65,203); }
div.DivClassName
{
background-color: #E141CB;
}
.BgClassName
{
background-color: #E141CB;
}
</style>
border-color css
<style>
span { border-color: #E141CB; }
span { border-color: rgb(225,65,203); }
td.TdClassName
{
border-color: #E141CB;
}
.TagClassName
{
border-color: #E141CB;
}
</style>