Html Css Color HEX #E65AF1 Free Speech Magenta
📋 copy color: '#E65AF1'red 230 ◦ green 90 ◦ blue 241
Shades of Free Speech Magenta #E65AF1
Tints of Free Speech Magenta #E65AF1
RGB
CMYK
RGB Variations
Color information
#E65AF1 (or 0xE65AF1) is known color: Free Speech Magenta. HEX triplet: E6, 5A and F1. RGB value is (230,90,241). Sum of RGB (Red+Green+Blue) = 230+90+241=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #E65AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AF1 is #19A50E. Grayscale: #949494. Windows color (decimal): -1680655 or 15817446. OLE color: 15817446.
HSL color Cylindrical-coordinate representation of color #E65AF1: hue angle of 295.63º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65AF1 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 90 | 241 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.05 |
| HSL | 295.63º | 0.84% | 0.65% | - |
| HSV(B) | 295.63º | 0.63% | 0.95% | - |
| XYZ | 52.17 | 30.49 | 86.35 | - |
| YUV | 149.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 241 | 0.05 | 0.63 | 0 | 0.05 | 295.63 | 0.84 | 0.65 |
| Hex | E6 | 5A | F1 | 5 | 3F | 0 | 5 | 128 | 54 | 41 |
| Octal | 346 | 132 | 361 | 5 | 77 | 0 | 5 | 450 | 124 | 101 |
| Binary | 11100110 | 1011010 | 11110001 | 101 | 111111 | 0 | 101 | 100101000 | 1010100 | 1000001 |
Color Harmonies of #E65AF1
Complementary color
Monochromatic Colors of #E65AF1
Black with #E65AF1
Text Example
Text Example
White with #E65AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AF1; }
p { color: rgb(230,90,241); }
H1.HeaderClassName
{
color: #E65AF1;
}
.AnyTagClassName
{
color: #E65AF1;
}
</style>
background-color css
<style>
a { background-color: #E65AF1; }
a { background-color: rgb(230,90,241); }
div.DivClassName
{
background-color: #E65AF1;
}
.BgClassName
{
background-color: #E65AF1;
}
</style>
border-color css
<style>
span { border-color: #E65AF1; }
span { border-color: rgb(230,90,241); }
td.TdClassName
{
border-color: #E65AF1;
}
.TagClassName
{
border-color: #E65AF1;
}
</style>