Html Css Color HEX #E064CC Free Speech Magenta
📋 copy color: '#E064CC'red 224 ◦ green 100 ◦ blue 204
Shades of Free Speech Magenta #E064CC
Tints of Free Speech Magenta #E064CC
RGB
CMYK
RGB Variations
Color information
#E064CC (or 0xE064CC) is known color: Free Speech Magenta. HEX triplet: E0, 64 and CC. RGB value is (224,100,204). Sum of RGB (Red+Green+Blue) = 224+100+204=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E064CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064CC is #1F9B33. Grayscale: #949494. Windows color (decimal): -2071348 or 13395168. OLE color: 13395168.
HSL color Cylindrical-coordinate representation of color #E064CC: hue angle of 309.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064CC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 204 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.12 |
| HSL | 309.68º | 0.67% | 0.64% | - |
| HSV(B) | 309.68º | 0.55% | 0.88% | - |
| XYZ | 46.2 | 29.32 | 60.35 | - |
| YUV | 148.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 204 | 0 | 0.55 | 0.09 | 0.12 | 309.68 | 0.67 | 0.64 |
| Hex | E0 | 64 | CC | 0 | 37 | 9 | C | 136 | 43 | 40 |
| Octal | 340 | 144 | 314 | 0 | 67 | 11 | 14 | 466 | 103 | 100 |
| Binary | 11100000 | 1100100 | 11001100 | 0 | 110111 | 1001 | 1100 | 100110110 | 1000011 | 1000000 |
Color Harmonies of #E064CC
Complementary color
Monochromatic Colors of #E064CC
Black with #E064CC
Text Example
Text Example
White with #E064CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064CC; }
p { color: rgb(224,100,204); }
H1.HeaderClassName
{
color: #E064CC;
}
.AnyTagClassName
{
color: #E064CC;
}
</style>
background-color css
<style>
a { background-color: #E064CC; }
a { background-color: rgb(224,100,204); }
div.DivClassName
{
background-color: #E064CC;
}
.BgClassName
{
background-color: #E064CC;
}
</style>
border-color css
<style>
span { border-color: #E064CC; }
span { border-color: rgb(224,100,204); }
td.TdClassName
{
border-color: #E064CC;
}
.TagClassName
{
border-color: #E064CC;
}
</style>