Html Css Color HEX #EA42E3 Free Speech Magenta
📋 copy color: '#EA42E3'red 234 ◦ green 66 ◦ blue 227
Shades of Free Speech Magenta #EA42E3
Tints of Free Speech Magenta #EA42E3
RGB
CMYK
RGB Variations
Color information
#EA42E3 (or 0xEA42E3) is known color: Free Speech Magenta. HEX triplet: EA, 42 and E3. RGB value is (234,66,227). Sum of RGB (Red+Green+Blue) = 234+66+227=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA42E3 is #15BD1C. Grayscale: #868686. Windows color (decimal): -1424669 or 14893802. OLE color: 14893802.
HSL color Cylindrical-coordinate representation of color #EA42E3: hue angle of 302.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42E3 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 227 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.08 |
| HSL | 302.5º | 0.8% | 0.59% | - |
| HSV(B) | 302.5º | 0.72% | 0.92% | - |
| XYZ | 49.75 | 26.93 | 75.25 | - |
| YUV | 134.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 227 | 0 | 0.72 | 0.03 | 0.08 | 302.5 | 0.8 | 0.59 |
| Hex | EA | 42 | E3 | 0 | 48 | 3 | 8 | 12E | 50 | 3B |
| Octal | 352 | 102 | 343 | 0 | 110 | 3 | 10 | 456 | 120 | 73 |
| Binary | 11101010 | 1000010 | 11100011 | 0 | 1001000 | 11 | 1000 | 100101110 | 1010000 | 111011 |
Color Harmonies of #EA42E3
Complementary color
Monochromatic Colors of #EA42E3
Black with #EA42E3
Text Example
Text Example
White with #EA42E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA42E3; }
p { color: rgb(234,66,227); }
H1.HeaderClassName
{
color: #EA42E3;
}
.AnyTagClassName
{
color: #EA42E3;
}
</style>
background-color css
<style>
a { background-color: #EA42E3; }
a { background-color: rgb(234,66,227); }
div.DivClassName
{
background-color: #EA42E3;
}
.BgClassName
{
background-color: #EA42E3;
}
</style>
border-color css
<style>
span { border-color: #EA42E3; }
span { border-color: rgb(234,66,227); }
td.TdClassName
{
border-color: #EA42E3;
}
.TagClassName
{
border-color: #EA42E3;
}
</style>