Html Css Color HEX #E150CB Free Speech Magenta
📋 copy color: '#E150CB'red 225 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #E150CB
Tints of Free Speech Magenta #E150CB
RGB
CMYK
RGB Variations
Color information
#E150CB (or 0xE150CB) is known color: Free Speech Magenta. HEX triplet: E1, 50 and CB. RGB value is (225,80,203). Sum of RGB (Red+Green+Blue) = 225+80+203=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E150CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150CB is #1EAF34. Grayscale: #898989. Windows color (decimal): -2010933 or 13324513. OLE color: 13324513.
HSL color Cylindrical-coordinate representation of color #E150CB: hue angle of 309.1º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150CB is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 203 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.12 |
| HSL | 309.1º | 0.71% | 0.6% | - |
| HSV(B) | 309.1º | 0.64% | 0.88% | - |
| XYZ | 44.7 | 26.06 | 59.17 | - |
| YUV | 137.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 203 | 0 | 0.64 | 0.10 | 0.12 | 309.1 | 0.71 | 0.6 |
| Hex | E1 | 50 | CB | 0 | 40 | A | C | 135 | 47 | 3C |
| Octal | 341 | 120 | 313 | 0 | 100 | 12 | 14 | 465 | 107 | 74 |
| Binary | 11100001 | 1010000 | 11001011 | 0 | 1000000 | 1010 | 1100 | 100110101 | 1000111 | 111100 |
Color Harmonies of #E150CB
Complementary color
Monochromatic Colors of #E150CB
Black with #E150CB
Text Example
Text Example
White with #E150CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150CB; }
p { color: rgb(225,80,203); }
H1.HeaderClassName
{
color: #E150CB;
}
.AnyTagClassName
{
color: #E150CB;
}
</style>
background-color css
<style>
a { background-color: #E150CB; }
a { background-color: rgb(225,80,203); }
div.DivClassName
{
background-color: #E150CB;
}
.BgClassName
{
background-color: #E150CB;
}
</style>
border-color css
<style>
span { border-color: #E150CB; }
span { border-color: rgb(225,80,203); }
td.TdClassName
{
border-color: #E150CB;
}
.TagClassName
{
border-color: #E150CB;
}
</style>