Html Css Color HEX #E64CCF Free Speech Magenta
📋 copy color: '#E64CCF'red 230 ◦ green 76 ◦ blue 207
Shades of Free Speech Magenta #E64CCF
Tints of Free Speech Magenta #E64CCF
RGB
CMYK
RGB Variations
Color information
#E64CCF (or 0xE64CCF) is known color: Free Speech Magenta. HEX triplet: E6, 4C and CF. RGB value is (230,76,207). Sum of RGB (Red+Green+Blue) = 230+76+207=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CCF is #19B330. Grayscale: #888888. Windows color (decimal): -1684273 or 13585638. OLE color: 13585638.
HSL color Cylindrical-coordinate representation of color #E64CCF: hue angle of 308.96º 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 #E64CCF is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 207 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.10 |
| HSL | 308.96º | 0.75% | 0.6% | - |
| HSV(B) | 308.96º | 0.67% | 0.9% | - |
| XYZ | 46.48 | 26.5 | 61.7 | - |
| YUV | 136.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 207 | 0 | 0.67 | 0.10 | 0.10 | 308.96 | 0.75 | 0.6 |
| Hex | E6 | 4C | CF | 0 | 43 | A | A | 135 | 4B | 3C |
| Octal | 346 | 114 | 317 | 0 | 103 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100110 | 1001100 | 11001111 | 0 | 1000011 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E64CCF
Complementary color
Monochromatic Colors of #E64CCF
Black with #E64CCF
Text Example
Text Example
White with #E64CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CCF; }
p { color: rgb(230,76,207); }
H1.HeaderClassName
{
color: #E64CCF;
}
.AnyTagClassName
{
color: #E64CCF;
}
</style>
background-color css
<style>
a { background-color: #E64CCF; }
a { background-color: rgb(230,76,207); }
div.DivClassName
{
background-color: #E64CCF;
}
.BgClassName
{
background-color: #E64CCF;
}
</style>
border-color css
<style>
span { border-color: #E64CCF; }
span { border-color: rgb(230,76,207); }
td.TdClassName
{
border-color: #E64CCF;
}
.TagClassName
{
border-color: #E64CCF;
}
</style>