Html Css Color HEX #EA43D0 Free Speech Magenta
📋 copy color: '#EA43D0'red 234 ◦ green 67 ◦ blue 208
Shades of Free Speech Magenta #EA43D0
Tints of Free Speech Magenta #EA43D0
RGB
CMYK
RGB Variations
Color information
#EA43D0 (or 0xEA43D0) is known color: Free Speech Magenta. HEX triplet: EA, 43 and D0. RGB value is (234,67,208). Sum of RGB (Red+Green+Blue) = 234+67+208=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA43D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA43D0 is #15BC2F. Grayscale: #848484. Windows color (decimal): -1424432 or 13648874. OLE color: 13648874.
HSL color Cylindrical-coordinate representation of color #EA43D0: hue angle of 309.34º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA43D0 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 208 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.08 |
| HSL | 309.34º | 0.8% | 0.59% | - |
| HSV(B) | 309.34º | 0.71% | 0.92% | - |
| XYZ | 47.32 | 26.06 | 62.21 | - |
| YUV | 133.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 208 | 0 | 0.71 | 0.11 | 0.08 | 309.34 | 0.8 | 0.59 |
| Hex | EA | 43 | D0 | 0 | 47 | B | 8 | 135 | 50 | 3B |
| Octal | 352 | 103 | 320 | 0 | 107 | 13 | 10 | 465 | 120 | 73 |
| Binary | 11101010 | 1000011 | 11010000 | 0 | 1000111 | 1011 | 1000 | 100110101 | 1010000 | 111011 |
Color Harmonies of #EA43D0
Complementary color
Monochromatic Colors of #EA43D0
Black with #EA43D0
Text Example
Text Example
White with #EA43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA43D0; }
p { color: rgb(234,67,208); }
H1.HeaderClassName
{
color: #EA43D0;
}
.AnyTagClassName
{
color: #EA43D0;
}
</style>
background-color css
<style>
a { background-color: #EA43D0; }
a { background-color: rgb(234,67,208); }
div.DivClassName
{
background-color: #EA43D0;
}
.BgClassName
{
background-color: #EA43D0;
}
</style>
border-color css
<style>
span { border-color: #EA43D0; }
span { border-color: rgb(234,67,208); }
td.TdClassName
{
border-color: #EA43D0;
}
.TagClassName
{
border-color: #EA43D0;
}
</style>