Html Css Color HEX #E64BCE Free Speech Magenta
📋 copy color: '#E64BCE'red 230 ◦ green 75 ◦ blue 206
Shades of Free Speech Magenta #E64BCE
Tints of Free Speech Magenta #E64BCE
RGB
CMYK
RGB Variations
Color information
#E64BCE (or 0xE64BCE) is known color: Free Speech Magenta. HEX triplet: E6, 4B and CE. RGB value is (230,75,206). Sum of RGB (Red+Green+Blue) = 230+75+206=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BCE is #19B431. Grayscale: #878787. Windows color (decimal): -1684530 or 13519846. OLE color: 13519846.
HSL color Cylindrical-coordinate representation of color #E64BCE: hue angle of 309.29º degrees, saturation: 0.76, 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 #E64BCE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 206 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.10 |
| HSL | 309.29º | 0.76% | 0.6% | - |
| HSV(B) | 309.29º | 0.67% | 0.9% | - |
| XYZ | 46.29 | 26.31 | 61.03 | - |
| YUV | 136.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 206 | 0 | 0.67 | 0.10 | 0.10 | 309.29 | 0.76 | 0.6 |
| Hex | E6 | 4B | CE | 0 | 43 | A | A | 135 | 4C | 3C |
| Octal | 346 | 113 | 316 | 0 | 103 | 12 | 12 | 465 | 114 | 74 |
| Binary | 11100110 | 1001011 | 11001110 | 0 | 1000011 | 1010 | 1010 | 100110101 | 1001100 | 111100 |
Color Harmonies of #E64BCE
Complementary color
Monochromatic Colors of #E64BCE
Black with #E64BCE
Text Example
Text Example
White with #E64BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BCE; }
p { color: rgb(230,75,206); }
H1.HeaderClassName
{
color: #E64BCE;
}
.AnyTagClassName
{
color: #E64BCE;
}
</style>
background-color css
<style>
a { background-color: #E64BCE; }
a { background-color: rgb(230,75,206); }
div.DivClassName
{
background-color: #E64BCE;
}
.BgClassName
{
background-color: #E64BCE;
}
</style>
border-color css
<style>
span { border-color: #E64BCE; }
span { border-color: rgb(230,75,206); }
td.TdClassName
{
border-color: #E64BCE;
}
.TagClassName
{
border-color: #E64BCE;
}
</style>