Html Css Color HEX #EA42E6 Free Speech Magenta
📋 copy color: '#EA42E6'red 234 ◦ green 66 ◦ blue 230
Shades of Free Speech Magenta #EA42E6
Tints of Free Speech Magenta #EA42E6
RGB
CMYK
RGB Variations
Color information
#EA42E6 (or 0xEA42E6) is known color: Free Speech Magenta. HEX triplet: EA, 42 and E6. RGB value is (234,66,230). Sum of RGB (Red+Green+Blue) = 234+66+230=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 66 (26.17% from 255 or 12.45% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA42E6 is #15BD19. Grayscale: #868686. Windows color (decimal): -1424666 or 15090410. OLE color: 15090410.
HSL color Cylindrical-coordinate representation of color #EA42E6: hue angle of 301.43º 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 #EA42E6 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 230 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.08 |
| HSL | 301.43º | 0.8% | 0.59% | - |
| HSV(B) | 301.43º | 0.72% | 0.92% | - |
| XYZ | 50.16 | 27.1 | 77.45 | - |
| YUV | 134.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 230 | 0 | 0.72 | 0.02 | 0.08 | 301.43 | 0.8 | 0.59 |
| Hex | EA | 42 | E6 | 0 | 48 | 2 | 8 | 12D | 50 | 3B |
| Octal | 352 | 102 | 346 | 0 | 110 | 2 | 10 | 455 | 120 | 73 |
| Binary | 11101010 | 1000010 | 11100110 | 0 | 1001000 | 10 | 1000 | 100101101 | 1010000 | 111011 |
Color Harmonies of #EA42E6
Complementary color
Monochromatic Colors of #EA42E6
Black with #EA42E6
Text Example
Text Example
White with #EA42E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA42E6; }
p { color: rgb(234,66,230); }
H1.HeaderClassName
{
color: #EA42E6;
}
.AnyTagClassName
{
color: #EA42E6;
}
</style>
background-color css
<style>
a { background-color: #EA42E6; }
a { background-color: rgb(234,66,230); }
div.DivClassName
{
background-color: #EA42E6;
}
.BgClassName
{
background-color: #EA42E6;
}
</style>
border-color css
<style>
span { border-color: #EA42E6; }
span { border-color: rgb(234,66,230); }
td.TdClassName
{
border-color: #EA42E6;
}
.TagClassName
{
border-color: #EA42E6;
}
</style>