Html Css Color HEX #E93BE0 Free Speech Magenta
📋 copy color: '#E93BE0'red 233 ◦ green 59 ◦ blue 224
Shades of Free Speech Magenta #E93BE0
Tints of Free Speech Magenta #E93BE0
RGB
CMYK
RGB Variations
Color information
#E93BE0 (or 0xE93BE0) is known color: Free Speech Magenta. HEX triplet: E9, 3B and E0. RGB value is (233,59,224). Sum of RGB (Red+Green+Blue) = 233+59+224=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 59 (23.44% from 255 or 11.43% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93BE0 is #16C41F. Grayscale: #818181. Windows color (decimal): -1492000 or 14695401. OLE color: 14695401.
HSL color Cylindrical-coordinate representation of color #E93BE0: hue angle of 303.1º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93BE0 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 224 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.09 |
| HSL | 303.1º | 0.8% | 0.57% | - |
| HSV(B) | 303.1º | 0.75% | 0.91% | - |
| XYZ | 48.62 | 25.83 | 72.94 | - |
| YUV | 129.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 224 | 0 | 0.75 | 0.04 | 0.09 | 303.1 | 0.8 | 0.57 |
| Hex | E9 | 3B | E0 | 0 | 4B | 4 | 9 | 12F | 50 | 39 |
| Octal | 351 | 73 | 340 | 0 | 113 | 4 | 11 | 457 | 120 | 71 |
| Binary | 11101001 | 111011 | 11100000 | 0 | 1001011 | 100 | 1001 | 100101111 | 1010000 | 111001 |
Color Harmonies of #E93BE0
Complementary color
Monochromatic Colors of #E93BE0
Black with #E93BE0
Text Example
Text Example
White with #E93BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93BE0; }
p { color: rgb(233,59,224); }
H1.HeaderClassName
{
color: #E93BE0;
}
.AnyTagClassName
{
color: #E93BE0;
}
</style>
background-color css
<style>
a { background-color: #E93BE0; }
a { background-color: rgb(233,59,224); }
div.DivClassName
{
background-color: #E93BE0;
}
.BgClassName
{
background-color: #E93BE0;
}
</style>
border-color css
<style>
span { border-color: #E93BE0; }
span { border-color: rgb(233,59,224); }
td.TdClassName
{
border-color: #E93BE0;
}
.TagClassName
{
border-color: #E93BE0;
}
</style>