Html Css Color HEX #EA5CCE Free Speech Magenta
📋 copy color: '#EA5CCE'red 234 ◦ green 92 ◦ blue 206
Shades of Free Speech Magenta #EA5CCE
Tints of Free Speech Magenta #EA5CCE
RGB
CMYK
RGB Variations
Color information
#EA5CCE (or 0xEA5CCE) is known color: Free Speech Magenta. HEX triplet: EA, 5C and CE. RGB value is (234,92,206). Sum of RGB (Red+Green+Blue) = 234+92+206=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5CCE is #15A331. Grayscale: #939393. Windows color (decimal): -1418034 or 13524202. OLE color: 13524202.
HSL color Cylindrical-coordinate representation of color #EA5CCE: hue angle of 311.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5CCE is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 206 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.08 |
| HSL | 311.83º | 0.77% | 0.64% | - |
| HSV(B) | 311.83º | 0.61% | 0.92% | - |
| XYZ | 48.9 | 29.6 | 61.53 | - |
| YUV | 147.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 206 | 0 | 0.61 | 0.12 | 0.08 | 311.83 | 0.77 | 0.64 |
| Hex | EA | 5C | CE | 0 | 3D | C | 8 | 138 | 4D | 40 |
| Octal | 352 | 134 | 316 | 0 | 75 | 14 | 10 | 470 | 115 | 100 |
| Binary | 11101010 | 1011100 | 11001110 | 0 | 111101 | 1100 | 1000 | 100111000 | 1001101 | 1000000 |
Color Harmonies of #EA5CCE
Complementary color
Monochromatic Colors of #EA5CCE
Black with #EA5CCE
Text Example
Text Example
White with #EA5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5CCE; }
p { color: rgb(234,92,206); }
H1.HeaderClassName
{
color: #EA5CCE;
}
.AnyTagClassName
{
color: #EA5CCE;
}
</style>
background-color css
<style>
a { background-color: #EA5CCE; }
a { background-color: rgb(234,92,206); }
div.DivClassName
{
background-color: #EA5CCE;
}
.BgClassName
{
background-color: #EA5CCE;
}
</style>
border-color css
<style>
span { border-color: #EA5CCE; }
span { border-color: rgb(234,92,206); }
td.TdClassName
{
border-color: #EA5CCE;
}
.TagClassName
{
border-color: #EA5CCE;
}
</style>