Html Css Color HEX #EA64CC Free Speech Magenta
📋 copy color: '#EA64CC'red 234 ◦ green 100 ◦ blue 204
Shades of Free Speech Magenta #EA64CC
Tints of Free Speech Magenta #EA64CC
RGB
CMYK
RGB Variations
Color information
#EA64CC (or 0xEA64CC) is known color: Free Speech Magenta. HEX triplet: EA, 64 and CC. RGB value is (234,100,204). Sum of RGB (Red+Green+Blue) = 234+100+204=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA64CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA64CC is #159B33. Grayscale: #979797. Windows color (decimal): -1415988 or 13395178. OLE color: 13395178.
HSL color Cylindrical-coordinate representation of color #EA64CC: hue angle of 313.43º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA64CC is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 204 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.08 |
| HSL | 313.43º | 0.76% | 0.65% | - |
| HSV(B) | 313.43º | 0.57% | 0.92% | - |
| XYZ | 49.39 | 30.97 | 60.5 | - |
| YUV | 151.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 204 | 0 | 0.57 | 0.13 | 0.08 | 313.43 | 0.76 | 0.65 |
| Hex | EA | 64 | CC | 0 | 39 | D | 8 | 139 | 4C | 41 |
| Octal | 352 | 144 | 314 | 0 | 71 | 15 | 10 | 471 | 114 | 101 |
| Binary | 11101010 | 1100100 | 11001100 | 0 | 111001 | 1101 | 1000 | 100111001 | 1001100 | 1000001 |
Color Harmonies of #EA64CC
Complementary color
Monochromatic Colors of #EA64CC
Black with #EA64CC
Text Example
Text Example
White with #EA64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA64CC; }
p { color: rgb(234,100,204); }
H1.HeaderClassName
{
color: #EA64CC;
}
.AnyTagClassName
{
color: #EA64CC;
}
</style>
background-color css
<style>
a { background-color: #EA64CC; }
a { background-color: rgb(234,100,204); }
div.DivClassName
{
background-color: #EA64CC;
}
.BgClassName
{
background-color: #EA64CC;
}
</style>
border-color css
<style>
span { border-color: #EA64CC; }
span { border-color: rgb(234,100,204); }
td.TdClassName
{
border-color: #EA64CC;
}
.TagClassName
{
border-color: #EA64CC;
}
</style>