Html Css Color HEX #E151CB Free Speech Magenta
📋 copy color: '#E151CB'red 225 ◦ green 81 ◦ blue 203
Shades of Free Speech Magenta #E151CB
Tints of Free Speech Magenta #E151CB
RGB
CMYK
RGB Variations
Color information
#E151CB (or 0xE151CB) is known color: Free Speech Magenta. HEX triplet: E1, 51 and CB. RGB value is (225,81,203). Sum of RGB (Red+Green+Blue) = 225+81+203=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E151CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151CB is #1EAE34. Grayscale: #898989. Windows color (decimal): -2010677 or 13324769. OLE color: 13324769.
HSL color Cylindrical-coordinate representation of color #E151CB: hue angle of 309.17º 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 #E151CB is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 203 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.12 |
| HSL | 309.17º | 0.71% | 0.6% | - |
| HSV(B) | 309.17º | 0.64% | 0.88% | - |
| XYZ | 44.77 | 26.2 | 59.2 | - |
| YUV | 137.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 203 | 0 | 0.64 | 0.10 | 0.12 | 309.17 | 0.71 | 0.6 |
| Hex | E1 | 51 | CB | 0 | 40 | A | C | 135 | 47 | 3C |
| Octal | 341 | 121 | 313 | 0 | 100 | 12 | 14 | 465 | 107 | 74 |
| Binary | 11100001 | 1010001 | 11001011 | 0 | 1000000 | 1010 | 1100 | 100110101 | 1000111 | 111100 |
Color Harmonies of #E151CB
Complementary color
Monochromatic Colors of #E151CB
Black with #E151CB
Text Example
Text Example
White with #E151CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151CB; }
p { color: rgb(225,81,203); }
H1.HeaderClassName
{
color: #E151CB;
}
.AnyTagClassName
{
color: #E151CB;
}
</style>
background-color css
<style>
a { background-color: #E151CB; }
a { background-color: rgb(225,81,203); }
div.DivClassName
{
background-color: #E151CB;
}
.BgClassName
{
background-color: #E151CB;
}
</style>
border-color css
<style>
span { border-color: #E151CB; }
span { border-color: rgb(225,81,203); }
td.TdClassName
{
border-color: #E151CB;
}
.TagClassName
{
border-color: #E151CB;
}
</style>