Html Css Color HEX #E93CE0 Free Speech Magenta
📋 copy color: '#E93CE0'red 233 ◦ green 60 ◦ blue 224
Shades of Free Speech Magenta #E93CE0
Tints of Free Speech Magenta #E93CE0
RGB
CMYK
RGB Variations
Color information
#E93CE0 (or 0xE93CE0) is known color: Free Speech Magenta. HEX triplet: E9, 3C and E0. RGB value is (233,60,224). Sum of RGB (Red+Green+Blue) = 233+60+224=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CE0 is #16C31F. Grayscale: #818181. Windows color (decimal): -1491744 or 14695657. OLE color: 14695657.
HSL color Cylindrical-coordinate representation of color #E93CE0: hue angle of 303.12º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93CE0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 224 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.09 |
| HSL | 303.12º | 0.8% | 0.57% | - |
| HSV(B) | 303.12º | 0.74% | 0.91% | - |
| XYZ | 48.67 | 25.94 | 72.96 | - |
| YUV | 130.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 224 | 0 | 0.74 | 0.04 | 0.09 | 303.12 | 0.8 | 0.57 |
| Hex | E9 | 3C | E0 | 0 | 4A | 4 | 9 | 12F | 50 | 39 |
| Octal | 351 | 74 | 340 | 0 | 112 | 4 | 11 | 457 | 120 | 71 |
| Binary | 11101001 | 111100 | 11100000 | 0 | 1001010 | 100 | 1001 | 100101111 | 1010000 | 111001 |
Color Harmonies of #E93CE0
Complementary color
Monochromatic Colors of #E93CE0
Black with #E93CE0
Text Example
Text Example
White with #E93CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CE0; }
p { color: rgb(233,60,224); }
H1.HeaderClassName
{
color: #E93CE0;
}
.AnyTagClassName
{
color: #E93CE0;
}
</style>
background-color css
<style>
a { background-color: #E93CE0; }
a { background-color: rgb(233,60,224); }
div.DivClassName
{
background-color: #E93CE0;
}
.BgClassName
{
background-color: #E93CE0;
}
</style>
border-color css
<style>
span { border-color: #E93CE0; }
span { border-color: rgb(233,60,224); }
td.TdClassName
{
border-color: #E93CE0;
}
.TagClassName
{
border-color: #E93CE0;
}
</style>