Html Css Color HEX #EA6AE1 Free Speech Magenta
📋 copy color: '#EA6AE1'red 234 ◦ green 106 ◦ blue 225
Shades of Free Speech Magenta #EA6AE1
Tints of Free Speech Magenta #EA6AE1
RGB
CMYK
RGB Variations
Color information
#EA6AE1 (or 0xEA6AE1) is known color: Free Speech Magenta. HEX triplet: EA, 6A and E1. RGB value is (234,106,225). Sum of RGB (Red+Green+Blue) = 234+106+225=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6AE1 is #15951E. Grayscale: #9D9D9D. Windows color (decimal): -1414431 or 14772970. OLE color: 14772970.
HSL color Cylindrical-coordinate representation of color #EA6AE1: hue angle of 304.22º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6AE1 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 225 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.08 |
| HSL | 304.22º | 0.75% | 0.67% | - |
| HSV(B) | 304.22º | 0.55% | 0.92% | - |
| XYZ | 52.68 | 33.24 | 74.87 | - |
| YUV | 157.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 225 | 0 | 0.55 | 0.04 | 0.08 | 304.22 | 0.75 | 0.67 |
| Hex | EA | 6A | E1 | 0 | 37 | 4 | 8 | 130 | 4B | 43 |
| Octal | 352 | 152 | 341 | 0 | 67 | 4 | 10 | 460 | 113 | 103 |
| Binary | 11101010 | 1101010 | 11100001 | 0 | 110111 | 100 | 1000 | 100110000 | 1001011 | 1000011 |
Color Harmonies of #EA6AE1
Complementary color
Monochromatic Colors of #EA6AE1
Black with #EA6AE1
Text Example
Text Example
White with #EA6AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6AE1; }
p { color: rgb(234,106,225); }
H1.HeaderClassName
{
color: #EA6AE1;
}
.AnyTagClassName
{
color: #EA6AE1;
}
</style>
background-color css
<style>
a { background-color: #EA6AE1; }
a { background-color: rgb(234,106,225); }
div.DivClassName
{
background-color: #EA6AE1;
}
.BgClassName
{
background-color: #EA6AE1;
}
</style>
border-color css
<style>
span { border-color: #EA6AE1; }
span { border-color: rgb(234,106,225); }
td.TdClassName
{
border-color: #EA6AE1;
}
.TagClassName
{
border-color: #EA6AE1;
}
</style>