Html Css Color HEX #EA65E7 Free Speech Magenta
📋 copy color: '#EA65E7'red 234 ◦ green 101 ◦ blue 231
Shades of Free Speech Magenta #EA65E7
Tints of Free Speech Magenta #EA65E7
RGB
CMYK
RGB Variations
Color information
#EA65E7 (or 0xEA65E7) is known color: Free Speech Magenta. HEX triplet: EA, 65 and E7. RGB value is (234,101,231). Sum of RGB (Red+Green+Blue) = 234+101+231=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA65E7 is #159A18. Grayscale: #9B9B9B. Windows color (decimal): -1415705 or 15164906. OLE color: 15164906.
HSL color Cylindrical-coordinate representation of color #EA65E7: hue angle of 301.35º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA65E7 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 231 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.08 |
| HSL | 301.35º | 0.76% | 0.66% | - |
| HSV(B) | 301.35º | 0.57% | 0.92% | - |
| XYZ | 53.01 | 32.57 | 79.09 | - |
| YUV | 155.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 231 | 0 | 0.57 | 0.01 | 0.08 | 301.35 | 0.76 | 0.66 |
| Hex | EA | 65 | E7 | 0 | 39 | 1 | 8 | 12D | 4C | 42 |
| Octal | 352 | 145 | 347 | 0 | 71 | 1 | 10 | 455 | 114 | 102 |
| Binary | 11101010 | 1100101 | 11100111 | 0 | 111001 | 1 | 1000 | 100101101 | 1001100 | 1000010 |
Color Harmonies of #EA65E7
Complementary color
Monochromatic Colors of #EA65E7
Black with #EA65E7
Text Example
Text Example
White with #EA65E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA65E7; }
p { color: rgb(234,101,231); }
H1.HeaderClassName
{
color: #EA65E7;
}
.AnyTagClassName
{
color: #EA65E7;
}
</style>
background-color css
<style>
a { background-color: #EA65E7; }
a { background-color: rgb(234,101,231); }
div.DivClassName
{
background-color: #EA65E7;
}
.BgClassName
{
background-color: #EA65E7;
}
</style>
border-color css
<style>
span { border-color: #EA65E7; }
span { border-color: rgb(234,101,231); }
td.TdClassName
{
border-color: #EA65E7;
}
.TagClassName
{
border-color: #EA65E7;
}
</style>