Html Css Color HEX #E64CE9 Free Speech Magenta
📋 copy color: '#E64CE9'red 230 ◦ green 76 ◦ blue 233
Shades of Free Speech Magenta #E64CE9
Tints of Free Speech Magenta #E64CE9
RGB
CMYK
RGB Variations
Color information
#E64CE9 (or 0xE64CE9) is known color: Free Speech Magenta. HEX triplet: E6, 4C and E9. RGB value is (230,76,233). Sum of RGB (Red+Green+Blue) = 230+76+233=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #E64CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CE9 is #19B316. Grayscale: #8B8B8B. Windows color (decimal): -1684247 or 15289574. OLE color: 15289574.
HSL color Cylindrical-coordinate representation of color #E64CE9: hue angle of 298.85º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64CE9 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 76 | 233 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.09 |
| HSL | 298.85º | 0.78% | 0.61% | - |
| HSV(B) | 298.85º | 0.67% | 0.91% | - |
| XYZ | 49.93 | 27.88 | 79.84 | - |
| YUV | 139.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 233 | 0.01 | 0.67 | 0 | 0.09 | 298.85 | 0.78 | 0.61 |
| Hex | E6 | 4C | E9 | 1 | 43 | 0 | 9 | 12B | 4E | 3D |
| Octal | 346 | 114 | 351 | 1 | 103 | 0 | 11 | 453 | 116 | 75 |
| Binary | 11100110 | 1001100 | 11101001 | 1 | 1000011 | 0 | 1001 | 100101011 | 1001110 | 111101 |
Color Harmonies of #E64CE9
Complementary color
Monochromatic Colors of #E64CE9
Black with #E64CE9
Text Example
Text Example
White with #E64CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CE9; }
p { color: rgb(230,76,233); }
H1.HeaderClassName
{
color: #E64CE9;
}
.AnyTagClassName
{
color: #E64CE9;
}
</style>
background-color css
<style>
a { background-color: #E64CE9; }
a { background-color: rgb(230,76,233); }
div.DivClassName
{
background-color: #E64CE9;
}
.BgClassName
{
background-color: #E64CE9;
}
</style>
border-color css
<style>
span { border-color: #E64CE9; }
span { border-color: rgb(230,76,233); }
td.TdClassName
{
border-color: #E64CE9;
}
.TagClassName
{
border-color: #E64CE9;
}
</style>