Html Css Color HEX #E542CB Free Speech Magenta
📋 copy color: '#E542CB'red 229 ◦ green 66 ◦ blue 203
Shades of Free Speech Magenta #E542CB
Tints of Free Speech Magenta #E542CB
RGB
CMYK
RGB Variations
Color information
#E542CB (or 0xE542CB) is known color: Free Speech Magenta. HEX triplet: E5, 42 and CB. RGB value is (229,66,203). Sum of RGB (Red+Green+Blue) = 229+66+203=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E542CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E542CB is #1ABD34. Grayscale: #818181. Windows color (decimal): -1752373 or 13320933. OLE color: 13320933.
HSL color Cylindrical-coordinate representation of color #E542CB: hue angle of 309.57º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E542CB is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 203 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.10 |
| HSL | 309.57º | 0.76% | 0.58% | - |
| HSV(B) | 309.57º | 0.71% | 0.9% | - |
| XYZ | 45.04 | 24.87 | 58.93 | - |
| YUV | 130.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 203 | 0 | 0.71 | 0.11 | 0.10 | 309.57 | 0.76 | 0.58 |
| Hex | E5 | 42 | CB | 0 | 47 | B | A | 136 | 4C | 3A |
| Octal | 345 | 102 | 313 | 0 | 107 | 13 | 12 | 466 | 114 | 72 |
| Binary | 11100101 | 1000010 | 11001011 | 0 | 1000111 | 1011 | 1010 | 100110110 | 1001100 | 111010 |
Color Harmonies of #E542CB
Complementary color
Monochromatic Colors of #E542CB
Black with #E542CB
Text Example
Text Example
White with #E542CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542CB; }
p { color: rgb(229,66,203); }
H1.HeaderClassName
{
color: #E542CB;
}
.AnyTagClassName
{
color: #E542CB;
}
</style>
background-color css
<style>
a { background-color: #E542CB; }
a { background-color: rgb(229,66,203); }
div.DivClassName
{
background-color: #E542CB;
}
.BgClassName
{
background-color: #E542CB;
}
</style>
border-color css
<style>
span { border-color: #E542CB; }
span { border-color: rgb(229,66,203); }
td.TdClassName
{
border-color: #E542CB;
}
.TagClassName
{
border-color: #E542CB;
}
</style>