Html Css Color HEX #E65FE3 Free Speech Magenta
📋 copy color: '#E65FE3'red 230 ◦ green 95 ◦ blue 227
Shades of Free Speech Magenta #E65FE3
Tints of Free Speech Magenta #E65FE3
RGB
CMYK
RGB Variations
Color information
#E65FE3 (or 0xE65FE3) is known color: Free Speech Magenta. HEX triplet: E6, 5F and E3. RGB value is (230,95,227). Sum of RGB (Red+Green+Blue) = 230+95+227=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FE3 is #19A01C. Grayscale: #969696. Windows color (decimal): -1679389 or 14901222. OLE color: 14901222.
HSL color Cylindrical-coordinate representation of color #E65FE3: hue angle of 301.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FE3 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 227 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.10 |
| HSL | 301.33º | 0.73% | 0.64% | - |
| HSV(B) | 301.33º | 0.59% | 0.9% | - |
| XYZ | 50.59 | 30.55 | 75.9 | - |
| YUV | 150.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 227 | 0 | 0.59 | 0.01 | 0.10 | 301.33 | 0.73 | 0.64 |
| Hex | E6 | 5F | E3 | 0 | 3B | 1 | A | 12D | 49 | 40 |
| Octal | 346 | 137 | 343 | 0 | 73 | 1 | 12 | 455 | 111 | 100 |
| Binary | 11100110 | 1011111 | 11100011 | 0 | 111011 | 1 | 1010 | 100101101 | 1001001 | 1000000 |
Color Harmonies of #E65FE3
Complementary color
Monochromatic Colors of #E65FE3
Black with #E65FE3
Text Example
Text Example
White with #E65FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FE3; }
p { color: rgb(230,95,227); }
H1.HeaderClassName
{
color: #E65FE3;
}
.AnyTagClassName
{
color: #E65FE3;
}
</style>
background-color css
<style>
a { background-color: #E65FE3; }
a { background-color: rgb(230,95,227); }
div.DivClassName
{
background-color: #E65FE3;
}
.BgClassName
{
background-color: #E65FE3;
}
</style>
border-color css
<style>
span { border-color: #E65FE3; }
span { border-color: rgb(230,95,227); }
td.TdClassName
{
border-color: #E65FE3;
}
.TagClassName
{
border-color: #E65FE3;
}
</style>