Html Css Color HEX #E64CCD Free Speech Magenta
📋 copy color: '#E64CCD'red 230 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #E64CCD
Tints of Free Speech Magenta #E64CCD
RGB
CMYK
RGB Variations
Color information
#E64CCD (or 0xE64CCD) is known color: Free Speech Magenta. HEX triplet: E6, 4C and CD. RGB value is (230,76,205). Sum of RGB (Red+Green+Blue) = 230+76+205=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CCD is #19B332. Grayscale: #888888. Windows color (decimal): -1684275 or 13454566. OLE color: 13454566.
HSL color Cylindrical-coordinate representation of color #E64CCD: hue angle of 309.74º 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 #E64CCD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 205 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.10 |
| HSL | 309.74º | 0.75% | 0.6% | - |
| HSV(B) | 309.74º | 0.67% | 0.9% | - |
| XYZ | 46.24 | 26.4 | 60.42 | - |
| YUV | 136.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 205 | 0 | 0.67 | 0.11 | 0.10 | 309.74 | 0.75 | 0.6 |
| Hex | E6 | 4C | CD | 0 | 43 | B | A | 136 | 4B | 3C |
| Octal | 346 | 114 | 315 | 0 | 103 | 13 | 12 | 466 | 113 | 74 |
| Binary | 11100110 | 1001100 | 11001101 | 0 | 1000011 | 1011 | 1010 | 100110110 | 1001011 | 111100 |
Color Harmonies of #E64CCD
Complementary color
Monochromatic Colors of #E64CCD
Black with #E64CCD
Text Example
Text Example
White with #E64CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CCD; }
p { color: rgb(230,76,205); }
H1.HeaderClassName
{
color: #E64CCD;
}
.AnyTagClassName
{
color: #E64CCD;
}
</style>
background-color css
<style>
a { background-color: #E64CCD; }
a { background-color: rgb(230,76,205); }
div.DivClassName
{
background-color: #E64CCD;
}
.BgClassName
{
background-color: #E64CCD;
}
</style>
border-color css
<style>
span { border-color: #E64CCD; }
span { border-color: rgb(230,76,205); }
td.TdClassName
{
border-color: #E64CCD;
}
.TagClassName
{
border-color: #E64CCD;
}
</style>