Html Css Color HEX #E64CE4 Free Speech Magenta
📋 copy color: '#E64CE4'red 230 ◦ green 76 ◦ blue 228
Shades of Free Speech Magenta #E64CE4
Tints of Free Speech Magenta #E64CE4
RGB
CMYK
RGB Variations
Color information
#E64CE4 (or 0xE64CE4) is known color: Free Speech Magenta. HEX triplet: E6, 4C and E4. RGB value is (230,76,228). Sum of RGB (Red+Green+Blue) = 230+76+228=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CE4 is #19B31B. Grayscale: #8A8A8A. Windows color (decimal): -1684252 or 14961894. OLE color: 14961894.
HSL color Cylindrical-coordinate representation of color #E64CE4: hue angle of 300.78º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64CE4 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 228 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.10 |
| HSL | 300.78º | 0.75% | 0.6% | - |
| HSV(B) | 300.78º | 0.67% | 0.9% | - |
| XYZ | 49.22 | 27.59 | 76.13 | - |
| YUV | 139.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 228 | 0 | 0.67 | 0.01 | 0.10 | 300.78 | 0.75 | 0.6 |
| Hex | E6 | 4C | E4 | 0 | 43 | 1 | A | 12D | 4B | 3C |
| Octal | 346 | 114 | 344 | 0 | 103 | 1 | 12 | 455 | 113 | 74 |
| Binary | 11100110 | 1001100 | 11100100 | 0 | 1000011 | 1 | 1010 | 100101101 | 1001011 | 111100 |
Color Harmonies of #E64CE4
Complementary color
Monochromatic Colors of #E64CE4
Black with #E64CE4
Text Example
Text Example
White with #E64CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CE4; }
p { color: rgb(230,76,228); }
H1.HeaderClassName
{
color: #E64CE4;
}
.AnyTagClassName
{
color: #E64CE4;
}
</style>
background-color css
<style>
a { background-color: #E64CE4; }
a { background-color: rgb(230,76,228); }
div.DivClassName
{
background-color: #E64CE4;
}
.BgClassName
{
background-color: #E64CE4;
}
</style>
border-color css
<style>
span { border-color: #E64CE4; }
span { border-color: rgb(230,76,228); }
td.TdClassName
{
border-color: #E64CE4;
}
.TagClassName
{
border-color: #E64CE4;
}
</style>