Html Css Color HEX #E93CE1 Free Speech Magenta
📋 copy color: '#E93CE1'red 233 ◦ green 60 ◦ blue 225
Shades of Free Speech Magenta #E93CE1
Tints of Free Speech Magenta #E93CE1
RGB
CMYK
RGB Variations
Color information
#E93CE1 (or 0xE93CE1) is known color: Free Speech Magenta. HEX triplet: E9, 3C and E1. RGB value is (233,60,225). Sum of RGB (Red+Green+Blue) = 233+60+225=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CE1 is #16C31E. Grayscale: #828282. Windows color (decimal): -1491743 or 14761193. OLE color: 14761193.
HSL color Cylindrical-coordinate representation of color #E93CE1: hue angle of 302.77º 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 #E93CE1 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 225 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.09 |
| HSL | 302.77º | 0.8% | 0.57% | - |
| HSV(B) | 302.77º | 0.74% | 0.91% | - |
| XYZ | 48.81 | 25.99 | 73.68 | - |
| YUV | 130.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 225 | 0 | 0.74 | 0.03 | 0.09 | 302.77 | 0.8 | 0.57 |
| Hex | E9 | 3C | E1 | 0 | 4A | 3 | 9 | 12F | 50 | 39 |
| Octal | 351 | 74 | 341 | 0 | 112 | 3 | 11 | 457 | 120 | 71 |
| Binary | 11101001 | 111100 | 11100001 | 0 | 1001010 | 11 | 1001 | 100101111 | 1010000 | 111001 |
Color Harmonies of #E93CE1
Complementary color
Monochromatic Colors of #E93CE1
Black with #E93CE1
Text Example
Text Example
White with #E93CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CE1; }
p { color: rgb(233,60,225); }
H1.HeaderClassName
{
color: #E93CE1;
}
.AnyTagClassName
{
color: #E93CE1;
}
</style>
background-color css
<style>
a { background-color: #E93CE1; }
a { background-color: rgb(233,60,225); }
div.DivClassName
{
background-color: #E93CE1;
}
.BgClassName
{
background-color: #E93CE1;
}
</style>
border-color css
<style>
span { border-color: #E93CE1; }
span { border-color: rgb(233,60,225); }
td.TdClassName
{
border-color: #E93CE1;
}
.TagClassName
{
border-color: #E93CE1;
}
</style>