Html Css Color HEX #EA4EDD Free Speech Magenta
📋 copy color: '#EA4EDD'red 234 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #EA4EDD
Tints of Free Speech Magenta #EA4EDD
RGB
CMYK
RGB Variations
Color information
#EA4EDD (or 0xEA4EDD) is known color: Free Speech Magenta. HEX triplet: EA, 4E and DD. RGB value is (234,78,221). Sum of RGB (Red+Green+Blue) = 234+78+221=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4EDD is #15B122. Grayscale: #8C8C8C. Windows color (decimal): -1421603 or 14503658. OLE color: 14503658.
HSL color Cylindrical-coordinate representation of color #EA4EDD: hue angle of 305º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4EDD is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 221 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.08 |
| HSL | 305º | 0.79% | 0.61% | - |
| HSV(B) | 305º | 0.67% | 0.92% | - |
| XYZ | 49.71 | 28.16 | 71.22 | - |
| YUV | 140.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 221 | 0 | 0.67 | 0.06 | 0.08 | 305 | 0.79 | 0.61 |
| Hex | EA | 4E | DD | 0 | 43 | 6 | 8 | 131 | 4F | 3D |
| Octal | 352 | 116 | 335 | 0 | 103 | 6 | 10 | 461 | 117 | 75 |
| Binary | 11101010 | 1001110 | 11011101 | 0 | 1000011 | 110 | 1000 | 100110001 | 1001111 | 111101 |
Color Harmonies of #EA4EDD
Complementary color
Monochromatic Colors of #EA4EDD
Black with #EA4EDD
Text Example
Text Example
White with #EA4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4EDD; }
p { color: rgb(234,78,221); }
H1.HeaderClassName
{
color: #EA4EDD;
}
.AnyTagClassName
{
color: #EA4EDD;
}
</style>
background-color css
<style>
a { background-color: #EA4EDD; }
a { background-color: rgb(234,78,221); }
div.DivClassName
{
background-color: #EA4EDD;
}
.BgClassName
{
background-color: #EA4EDD;
}
</style>
border-color css
<style>
span { border-color: #EA4EDD; }
span { border-color: rgb(234,78,221); }
td.TdClassName
{
border-color: #EA4EDD;
}
.TagClassName
{
border-color: #EA4EDD;
}
</style>