Html Css Color HEX #E957CB Free Speech Magenta
📋 copy color: '#E957CB'red 233 ◦ green 87 ◦ blue 203
Shades of Free Speech Magenta #E957CB
Tints of Free Speech Magenta #E957CB
RGB
CMYK
RGB Variations
Color information
#E957CB (or 0xE957CB) is known color: Free Speech Magenta. HEX triplet: E9, 57 and CB. RGB value is (233,87,203). Sum of RGB (Red+Green+Blue) = 233+87+203=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E957CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E957CB is #16A834. Grayscale: #8F8F8F. Windows color (decimal): -1484853 or 13326313. OLE color: 13326313.
HSL color Cylindrical-coordinate representation of color #E957CB: hue angle of 312.33º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E957CB is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 203 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.09 |
| HSL | 312.33º | 0.77% | 0.63% | - |
| HSV(B) | 312.33º | 0.63% | 0.91% | - |
| XYZ | 47.79 | 28.45 | 59.47 | - |
| YUV | 143.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 203 | 0 | 0.63 | 0.13 | 0.09 | 312.33 | 0.77 | 0.63 |
| Hex | E9 | 57 | CB | 0 | 3F | D | 9 | 138 | 4D | 3F |
| Octal | 351 | 127 | 313 | 0 | 77 | 15 | 11 | 470 | 115 | 77 |
| Binary | 11101001 | 1010111 | 11001011 | 0 | 111111 | 1101 | 1001 | 100111000 | 1001101 | 111111 |
Color Harmonies of #E957CB
Complementary color
Monochromatic Colors of #E957CB
Black with #E957CB
Text Example
Text Example
White with #E957CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E957CB; }
p { color: rgb(233,87,203); }
H1.HeaderClassName
{
color: #E957CB;
}
.AnyTagClassName
{
color: #E957CB;
}
</style>
background-color css
<style>
a { background-color: #E957CB; }
a { background-color: rgb(233,87,203); }
div.DivClassName
{
background-color: #E957CB;
}
.BgClassName
{
background-color: #E957CB;
}
</style>
border-color css
<style>
span { border-color: #E957CB; }
span { border-color: rgb(233,87,203); }
td.TdClassName
{
border-color: #E957CB;
}
.TagClassName
{
border-color: #E957CB;
}
</style>