Html Css Color HEX #EA41E6 Free Speech Magenta
📋 copy color: '#EA41E6'red 234 ◦ green 65 ◦ blue 230
Shades of Free Speech Magenta #EA41E6
Tints of Free Speech Magenta #EA41E6
RGB
CMYK
RGB Variations
Color information
#EA41E6 (or 0xEA41E6) is known color: Free Speech Magenta. HEX triplet: EA, 41 and E6. RGB value is (234,65,230). Sum of RGB (Red+Green+Blue) = 234+65+230=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA41E6 is #15BE19. Grayscale: #858585. Windows color (decimal): -1424922 or 15090154. OLE color: 15090154.
HSL color Cylindrical-coordinate representation of color #EA41E6: hue angle of 301.42º 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 #EA41E6 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 230 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.08 |
| HSL | 301.42º | 0.8% | 0.59% | - |
| HSV(B) | 301.42º | 0.72% | 0.92% | - |
| XYZ | 50.1 | 26.99 | 77.43 | - |
| YUV | 134.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 230 | 0 | 0.72 | 0.02 | 0.08 | 301.42 | 0.8 | 0.59 |
| Hex | EA | 41 | E6 | 0 | 48 | 2 | 8 | 12D | 50 | 3B |
| Octal | 352 | 101 | 346 | 0 | 110 | 2 | 10 | 455 | 120 | 73 |
| Binary | 11101010 | 1000001 | 11100110 | 0 | 1001000 | 10 | 1000 | 100101101 | 1010000 | 111011 |
Color Harmonies of #EA41E6
Complementary color
Monochromatic Colors of #EA41E6
Black with #EA41E6
Text Example
Text Example
White with #EA41E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41E6; }
p { color: rgb(234,65,230); }
H1.HeaderClassName
{
color: #EA41E6;
}
.AnyTagClassName
{
color: #EA41E6;
}
</style>
background-color css
<style>
a { background-color: #EA41E6; }
a { background-color: rgb(234,65,230); }
div.DivClassName
{
background-color: #EA41E6;
}
.BgClassName
{
background-color: #EA41E6;
}
</style>
border-color css
<style>
span { border-color: #EA41E6; }
span { border-color: rgb(234,65,230); }
td.TdClassName
{
border-color: #EA41E6;
}
.TagClassName
{
border-color: #EA41E6;
}
</style>