Html Css Color HEX #EA61E6 Free Speech Magenta
📋 copy color: '#EA61E6'red 234 ◦ green 97 ◦ blue 230
Shades of Free Speech Magenta #EA61E6
Tints of Free Speech Magenta #EA61E6
RGB
CMYK
RGB Variations
Color information
#EA61E6 (or 0xEA61E6) is known color: Free Speech Magenta. HEX triplet: EA, 61 and E6. RGB value is (234,97,230). Sum of RGB (Red+Green+Blue) = 234+97+230=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA61E6 is #159E19. Grayscale: #989898. Windows color (decimal): -1416730 or 15098346. OLE color: 15098346.
HSL color Cylindrical-coordinate representation of color #EA61E6: hue angle of 301.75º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA61E6 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 230 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.08 |
| HSL | 301.75º | 0.77% | 0.65% | - |
| HSV(B) | 301.75º | 0.59% | 0.92% | - |
| XYZ | 52.49 | 31.75 | 78.23 | - |
| YUV | 153.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 230 | 0 | 0.59 | 0.02 | 0.08 | 301.75 | 0.77 | 0.65 |
| Hex | EA | 61 | E6 | 0 | 3B | 2 | 8 | 12E | 4D | 41 |
| Octal | 352 | 141 | 346 | 0 | 73 | 2 | 10 | 456 | 115 | 101 |
| Binary | 11101010 | 1100001 | 11100110 | 0 | 111011 | 10 | 1000 | 100101110 | 1001101 | 1000001 |
Color Harmonies of #EA61E6
Complementary color
Monochromatic Colors of #EA61E6
Black with #EA61E6
Text Example
Text Example
White with #EA61E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA61E6; }
p { color: rgb(234,97,230); }
H1.HeaderClassName
{
color: #EA61E6;
}
.AnyTagClassName
{
color: #EA61E6;
}
</style>
background-color css
<style>
a { background-color: #EA61E6; }
a { background-color: rgb(234,97,230); }
div.DivClassName
{
background-color: #EA61E6;
}
.BgClassName
{
background-color: #EA61E6;
}
</style>
border-color css
<style>
span { border-color: #EA61E6; }
span { border-color: rgb(234,97,230); }
td.TdClassName
{
border-color: #EA61E6;
}
.TagClassName
{
border-color: #EA61E6;
}
</style>