Html Css Color HEX #EA5CC7 Free Speech Magenta
📋 copy color: '#EA5CC7'red 234 ◦ green 92 ◦ blue 199
Shades of Free Speech Magenta #EA5CC7
Tints of Free Speech Magenta #EA5CC7
RGB
CMYK
RGB Variations
Color information
#EA5CC7 (or 0xEA5CC7) is known color: Free Speech Magenta. HEX triplet: EA, 5C and C7. RGB value is (234,92,199). Sum of RGB (Red+Green+Blue) = 234+92+199=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5CC7 is #15A338. Grayscale: #929292. Windows color (decimal): -1418041 or 13065450. OLE color: 13065450.
HSL color Cylindrical-coordinate representation of color #EA5CC7: hue angle of 314.79º 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 #EA5CC7 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 199 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.08 |
| HSL | 314.79º | 0.77% | 0.64% | - |
| HSV(B) | 314.79º | 0.61% | 0.92% | - |
| XYZ | 48.07 | 29.27 | 57.15 | - |
| YUV | 146.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 199 | 0 | 0.61 | 0.15 | 0.08 | 314.79 | 0.77 | 0.64 |
| Hex | EA | 5C | C7 | 0 | 3D | F | 8 | 13B | 4D | 40 |
| Octal | 352 | 134 | 307 | 0 | 75 | 17 | 10 | 473 | 115 | 100 |
| Binary | 11101010 | 1011100 | 11000111 | 0 | 111101 | 1111 | 1000 | 100111011 | 1001101 | 1000000 |
Color Harmonies of #EA5CC7
Complementary color
Monochromatic Colors of #EA5CC7
Black with #EA5CC7
Text Example
Text Example
White with #EA5CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5CC7; }
p { color: rgb(234,92,199); }
H1.HeaderClassName
{
color: #EA5CC7;
}
.AnyTagClassName
{
color: #EA5CC7;
}
</style>
background-color css
<style>
a { background-color: #EA5CC7; }
a { background-color: rgb(234,92,199); }
div.DivClassName
{
background-color: #EA5CC7;
}
.BgClassName
{
background-color: #EA5CC7;
}
</style>
border-color css
<style>
span { border-color: #EA5CC7; }
span { border-color: rgb(234,92,199); }
td.TdClassName
{
border-color: #EA5CC7;
}
.TagClassName
{
border-color: #EA5CC7;
}
</style>