Html Css Color HEX #E64CEE Free Speech Magenta
📋 copy color: '#E64CEE'red 230 ◦ green 76 ◦ blue 238
Shades of Free Speech Magenta #E64CEE
Tints of Free Speech Magenta #E64CEE
RGB
CMYK
RGB Variations
Color information
#E64CEE (or 0xE64CEE) is known color: Free Speech Magenta. HEX triplet: E6, 4C and EE. RGB value is (230,76,238). Sum of RGB (Red+Green+Blue) = 230+76+238=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 76 (30.08% from 255 or 13.97% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #E64CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CEE is #19B311. Grayscale: #8C8C8C. Windows color (decimal): -1684242 or 15617254. OLE color: 15617254.
HSL color Cylindrical-coordinate representation of color #E64CEE: hue angle of 297.04º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64CEE is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 76 | 238 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.07 |
| HSL | 297.04º | 0.83% | 0.62% | - |
| HSV(B) | 297.04º | 0.68% | 0.93% | - |
| XYZ | 50.65 | 28.16 | 83.66 | - |
| YUV | 140.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 238 | 0.03 | 0.68 | 0 | 0.07 | 297.04 | 0.83 | 0.62 |
| Hex | E6 | 4C | EE | 3 | 44 | 0 | 7 | 129 | 53 | 3E |
| Octal | 346 | 114 | 356 | 3 | 104 | 0 | 7 | 451 | 123 | 76 |
| Binary | 11100110 | 1001100 | 11101110 | 11 | 1000100 | 0 | 111 | 100101001 | 1010011 | 111110 |
Color Harmonies of #E64CEE
Complementary color
Monochromatic Colors of #E64CEE
Black with #E64CEE
Text Example
Text Example
White with #E64CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CEE; }
p { color: rgb(230,76,238); }
H1.HeaderClassName
{
color: #E64CEE;
}
.AnyTagClassName
{
color: #E64CEE;
}
</style>
background-color css
<style>
a { background-color: #E64CEE; }
a { background-color: rgb(230,76,238); }
div.DivClassName
{
background-color: #E64CEE;
}
.BgClassName
{
background-color: #E64CEE;
}
</style>
border-color css
<style>
span { border-color: #E64CEE; }
span { border-color: rgb(230,76,238); }
td.TdClassName
{
border-color: #E64CEE;
}
.TagClassName
{
border-color: #E64CEE;
}
</style>