Html Css Color HEX #EA5CDD Free Speech Magenta
📋 copy color: '#EA5CDD'red 234 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #EA5CDD
Tints of Free Speech Magenta #EA5CDD
RGB
CMYK
RGB Variations
Color information
#EA5CDD (or 0xEA5CDD) is known color: Free Speech Magenta. HEX triplet: EA, 5C and DD. RGB value is (234,92,221). Sum of RGB (Red+Green+Blue) = 234+92+221=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5CDD is #15A322. Grayscale: #949494. Windows color (decimal): -1418019 or 14507242. OLE color: 14507242.
HSL color Cylindrical-coordinate representation of color #EA5CDD: hue angle of 305.49º 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 #EA5CDD is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 221 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.08 |
| HSL | 305.49º | 0.77% | 0.64% | - |
| HSV(B) | 305.49º | 0.61% | 0.92% | - |
| XYZ | 50.81 | 30.37 | 71.59 | - |
| YUV | 149.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 221 | 0 | 0.61 | 0.06 | 0.08 | 305.49 | 0.77 | 0.64 |
| Hex | EA | 5C | DD | 0 | 3D | 6 | 8 | 131 | 4D | 40 |
| Octal | 352 | 134 | 335 | 0 | 75 | 6 | 10 | 461 | 115 | 100 |
| Binary | 11101010 | 1011100 | 11011101 | 0 | 111101 | 110 | 1000 | 100110001 | 1001101 | 1000000 |
Color Harmonies of #EA5CDD
Complementary color
Monochromatic Colors of #EA5CDD
Black with #EA5CDD
Text Example
Text Example
White with #EA5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5CDD; }
p { color: rgb(234,92,221); }
H1.HeaderClassName
{
color: #EA5CDD;
}
.AnyTagClassName
{
color: #EA5CDD;
}
</style>
background-color css
<style>
a { background-color: #EA5CDD; }
a { background-color: rgb(234,92,221); }
div.DivClassName
{
background-color: #EA5CDD;
}
.BgClassName
{
background-color: #EA5CDD;
}
</style>
border-color css
<style>
span { border-color: #EA5CDD; }
span { border-color: rgb(234,92,221); }
td.TdClassName
{
border-color: #EA5CDD;
}
.TagClassName
{
border-color: #EA5CDD;
}
</style>