Html Css Color HEX #EA4ACE Free Speech Magenta
📋 copy color: '#EA4ACE'red 234 ◦ green 74 ◦ blue 206
Shades of Free Speech Magenta #EA4ACE
Tints of Free Speech Magenta #EA4ACE
RGB
CMYK
RGB Variations
Color information
#EA4ACE (or 0xEA4ACE) is known color: Free Speech Magenta. HEX triplet: EA, 4A and CE. RGB value is (234,74,206). Sum of RGB (Red+Green+Blue) = 234+74+206=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4ACE is #15B531. Grayscale: #888888. Windows color (decimal): -1422642 or 13519594. OLE color: 13519594.
HSL color Cylindrical-coordinate representation of color #EA4ACE: hue angle of 310.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4ACE is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 206 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.08 |
| HSL | 310.5º | 0.79% | 0.6% | - |
| HSV(B) | 310.5º | 0.68% | 0.92% | - |
| XYZ | 47.52 | 26.85 | 61.07 | - |
| YUV | 136.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 206 | 0 | 0.68 | 0.12 | 0.08 | 310.5 | 0.79 | 0.6 |
| Hex | EA | 4A | CE | 0 | 44 | C | 8 | 136 | 4F | 3C |
| Octal | 352 | 112 | 316 | 0 | 104 | 14 | 10 | 466 | 117 | 74 |
| Binary | 11101010 | 1001010 | 11001110 | 0 | 1000100 | 1100 | 1000 | 100110110 | 1001111 | 111100 |
Color Harmonies of #EA4ACE
Complementary color
Monochromatic Colors of #EA4ACE
Black with #EA4ACE
Text Example
Text Example
White with #EA4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4ACE; }
p { color: rgb(234,74,206); }
H1.HeaderClassName
{
color: #EA4ACE;
}
.AnyTagClassName
{
color: #EA4ACE;
}
</style>
background-color css
<style>
a { background-color: #EA4ACE; }
a { background-color: rgb(234,74,206); }
div.DivClassName
{
background-color: #EA4ACE;
}
.BgClassName
{
background-color: #EA4ACE;
}
</style>
border-color css
<style>
span { border-color: #EA4ACE; }
span { border-color: rgb(234,74,206); }
td.TdClassName
{
border-color: #EA4ACE;
}
.TagClassName
{
border-color: #EA4ACE;
}
</style>