Html Css Color HEX #E93CEE Free Speech Magenta
📋 copy color: '#E93CEE'red 233 ◦ green 60 ◦ blue 238
Shades of Free Speech Magenta #E93CEE
Tints of Free Speech Magenta #E93CEE
RGB
CMYK
RGB Variations
Color information
#E93CEE (or 0xE93CEE) is known color: Free Speech Magenta. HEX triplet: E9, 3C and EE. RGB value is (233,60,238). Sum of RGB (Red+Green+Blue) = 233+60+238=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #E93CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E93CEE is #16C311. Grayscale: #838383. Windows color (decimal): -1491730 or 15613161. OLE color: 15613161.
HSL color Cylindrical-coordinate representation of color #E93CEE: hue angle of 298.31º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93CEE is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 60 | 238 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.07 |
| HSL | 298.31º | 0.84% | 0.58% | - |
| HSV(B) | 298.31º | 0.75% | 0.93% | - |
| XYZ | 50.65 | 26.73 | 83.38 | - |
| YUV | 132.02 | 187.81 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 238 | 0.02 | 0.75 | 0 | 0.07 | 298.31 | 0.84 | 0.58 |
| Hex | E9 | 3C | EE | 2 | 4B | 0 | 7 | 12A | 54 | 3A |
| Octal | 351 | 74 | 356 | 2 | 113 | 0 | 7 | 452 | 124 | 72 |
| Binary | 11101001 | 111100 | 11101110 | 10 | 1001011 | 0 | 111 | 100101010 | 1010100 | 111010 |
Color Harmonies of #E93CEE
Complementary color
Monochromatic Colors of #E93CEE
Black with #E93CEE
Text Example
Text Example
White with #E93CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CEE; }
p { color: rgb(233,60,238); }
H1.HeaderClassName
{
color: #E93CEE;
}
.AnyTagClassName
{
color: #E93CEE;
}
</style>
background-color css
<style>
a { background-color: #E93CEE; }
a { background-color: rgb(233,60,238); }
div.DivClassName
{
background-color: #E93CEE;
}
.BgClassName
{
background-color: #E93CEE;
}
</style>
border-color css
<style>
span { border-color: #E93CEE; }
span { border-color: rgb(233,60,238); }
td.TdClassName
{
border-color: #E93CEE;
}
.TagClassName
{
border-color: #E93CEE;
}
</style>