Html Css Color HEX #E148CB Free Speech Magenta
📋 copy color: '#E148CB'red 225 ◦ green 72 ◦ blue 203
Shades of Free Speech Magenta #E148CB
Tints of Free Speech Magenta #E148CB
RGB
CMYK
RGB Variations
Color information
#E148CB (or 0xE148CB) is known color: Free Speech Magenta. HEX triplet: E1, 48 and CB. RGB value is (225,72,203). Sum of RGB (Red+Green+Blue) = 225+72+203=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E148CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148CB is #1EB734. Grayscale: #848484. Windows color (decimal): -2012981 or 13322465. OLE color: 13322465.
HSL color Cylindrical-coordinate representation of color #E148CB: hue angle of 308.63º 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 #E148CB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 203 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.12 |
| HSL | 308.63º | 0.72% | 0.58% | - |
| HSV(B) | 308.63º | 0.68% | 0.88% | - |
| XYZ | 44.15 | 24.95 | 58.99 | - |
| YUV | 132.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 203 | 0 | 0.68 | 0.10 | 0.12 | 308.63 | 0.72 | 0.58 |
| Hex | E1 | 48 | CB | 0 | 44 | A | C | 135 | 48 | 3A |
| Octal | 341 | 110 | 313 | 0 | 104 | 12 | 14 | 465 | 110 | 72 |
| Binary | 11100001 | 1001000 | 11001011 | 0 | 1000100 | 1010 | 1100 | 100110101 | 1001000 | 111010 |
Color Harmonies of #E148CB
Complementary color
Monochromatic Colors of #E148CB
Black with #E148CB
Text Example
Text Example
White with #E148CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148CB; }
p { color: rgb(225,72,203); }
H1.HeaderClassName
{
color: #E148CB;
}
.AnyTagClassName
{
color: #E148CB;
}
</style>
background-color css
<style>
a { background-color: #E148CB; }
a { background-color: rgb(225,72,203); }
div.DivClassName
{
background-color: #E148CB;
}
.BgClassName
{
background-color: #E148CB;
}
</style>
border-color css
<style>
span { border-color: #E148CB; }
span { border-color: rgb(225,72,203); }
td.TdClassName
{
border-color: #E148CB;
}
.TagClassName
{
border-color: #E148CB;
}
</style>