Html Css Color HEX #EA5AD2 Free Speech Magenta
📋 copy color: '#EA5AD2'red 234 ◦ green 90 ◦ blue 210
Shades of Free Speech Magenta #EA5AD2
Tints of Free Speech Magenta #EA5AD2
RGB
CMYK
RGB Variations
Color information
#EA5AD2 (or 0xEA5AD2) is known color: Free Speech Magenta. HEX triplet: EA, 5A and D2. RGB value is (234,90,210). Sum of RGB (Red+Green+Blue) = 234+90+210=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5AD2 is #15A52D. Grayscale: #929292. Windows color (decimal): -1418542 or 13785834. OLE color: 13785834.
HSL color Cylindrical-coordinate representation of color #EA5AD2: hue angle of 310º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5AD2 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 210 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.08 |
| HSL | 310º | 0.77% | 0.64% | - |
| HSV(B) | 310º | 0.62% | 0.92% | - |
| XYZ | 49.22 | 29.46 | 64.06 | - |
| YUV | 146.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 210 | 0 | 0.62 | 0.10 | 0.08 | 310 | 0.77 | 0.64 |
| Hex | EA | 5A | D2 | 0 | 3E | A | 8 | 136 | 4D | 40 |
| Octal | 352 | 132 | 322 | 0 | 76 | 12 | 10 | 466 | 115 | 100 |
| Binary | 11101010 | 1011010 | 11010010 | 0 | 111110 | 1010 | 1000 | 100110110 | 1001101 | 1000000 |
Color Harmonies of #EA5AD2
Complementary color
Monochromatic Colors of #EA5AD2
Black with #EA5AD2
Text Example
Text Example
White with #EA5AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5AD2; }
p { color: rgb(234,90,210); }
H1.HeaderClassName
{
color: #EA5AD2;
}
.AnyTagClassName
{
color: #EA5AD2;
}
</style>
background-color css
<style>
a { background-color: #EA5AD2; }
a { background-color: rgb(234,90,210); }
div.DivClassName
{
background-color: #EA5AD2;
}
.BgClassName
{
background-color: #EA5AD2;
}
</style>
border-color css
<style>
span { border-color: #EA5AD2; }
span { border-color: rgb(234,90,210); }
td.TdClassName
{
border-color: #EA5AD2;
}
.TagClassName
{
border-color: #EA5AD2;
}
</style>