Html Css Color HEX #E64CCE Free Speech Magenta
📋 copy color: '#E64CCE'red 230 ◦ green 76 ◦ blue 206
Shades of Free Speech Magenta #E64CCE
Tints of Free Speech Magenta #E64CCE
RGB
CMYK
RGB Variations
Color information
#E64CCE (or 0xE64CCE) is known color: Free Speech Magenta. HEX triplet: E6, 4C and CE. RGB value is (230,76,206). Sum of RGB (Red+Green+Blue) = 230+76+206=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CCE is #19B331. Grayscale: #888888. Windows color (decimal): -1684274 or 13520102. OLE color: 13520102.
HSL color Cylindrical-coordinate representation of color #E64CCE: hue angle of 309.35º 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 #E64CCE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 206 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.10 |
| HSL | 309.35º | 0.75% | 0.6% | - |
| HSV(B) | 309.35º | 0.67% | 0.9% | - |
| XYZ | 46.36 | 26.45 | 61.05 | - |
| YUV | 136.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 206 | 0 | 0.67 | 0.10 | 0.10 | 309.35 | 0.75 | 0.6 |
| Hex | E6 | 4C | CE | 0 | 43 | A | A | 135 | 4B | 3C |
| Octal | 346 | 114 | 316 | 0 | 103 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100110 | 1001100 | 11001110 | 0 | 1000011 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E64CCE
Complementary color
Monochromatic Colors of #E64CCE
Black with #E64CCE
Text Example
Text Example
White with #E64CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CCE; }
p { color: rgb(230,76,206); }
H1.HeaderClassName
{
color: #E64CCE;
}
.AnyTagClassName
{
color: #E64CCE;
}
</style>
background-color css
<style>
a { background-color: #E64CCE; }
a { background-color: rgb(230,76,206); }
div.DivClassName
{
background-color: #E64CCE;
}
.BgClassName
{
background-color: #E64CCE;
}
</style>
border-color css
<style>
span { border-color: #E64CCE; }
span { border-color: rgb(230,76,206); }
td.TdClassName
{
border-color: #E64CCE;
}
.TagClassName
{
border-color: #E64CCE;
}
</style>