Html Css Color HEX #EA62D8 Free Speech Magenta
📋 copy color: '#EA62D8'red 234 ◦ green 98 ◦ blue 216
Shades of Free Speech Magenta #EA62D8
Tints of Free Speech Magenta #EA62D8
RGB
CMYK
RGB Variations
Color information
#EA62D8 (or 0xEA62D8) is known color: Free Speech Magenta. HEX triplet: EA, 62 and D8. RGB value is (234,98,216). Sum of RGB (Red+Green+Blue) = 234+98+216=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA62D8 is #159D27. Grayscale: #979797. Windows color (decimal): -1416488 or 14181098. OLE color: 14181098.
HSL color Cylindrical-coordinate representation of color #EA62D8: hue angle of 307.94º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA62D8 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 216 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.08 |
| HSL | 307.94º | 0.76% | 0.65% | - |
| HSV(B) | 307.94º | 0.58% | 0.92% | - |
| XYZ | 50.69 | 31.19 | 68.31 | - |
| YUV | 152.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 216 | 0 | 0.58 | 0.08 | 0.08 | 307.94 | 0.76 | 0.65 |
| Hex | EA | 62 | D8 | 0 | 3A | 8 | 8 | 134 | 4C | 41 |
| Octal | 352 | 142 | 330 | 0 | 72 | 10 | 10 | 464 | 114 | 101 |
| Binary | 11101010 | 1100010 | 11011000 | 0 | 111010 | 1000 | 1000 | 100110100 | 1001100 | 1000001 |
Color Harmonies of #EA62D8
Complementary color
Monochromatic Colors of #EA62D8
Black with #EA62D8
Text Example
Text Example
White with #EA62D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA62D8; }
p { color: rgb(234,98,216); }
H1.HeaderClassName
{
color: #EA62D8;
}
.AnyTagClassName
{
color: #EA62D8;
}
</style>
background-color css
<style>
a { background-color: #EA62D8; }
a { background-color: rgb(234,98,216); }
div.DivClassName
{
background-color: #EA62D8;
}
.BgClassName
{
background-color: #EA62D8;
}
</style>
border-color css
<style>
span { border-color: #EA62D8; }
span { border-color: rgb(234,98,216); }
td.TdClassName
{
border-color: #EA62D8;
}
.TagClassName
{
border-color: #EA62D8;
}
</style>