Html Css Color HEX #E65FE4 Free Speech Magenta
📋 copy color: '#E65FE4'red 230 ◦ green 95 ◦ blue 228
Shades of Free Speech Magenta #E65FE4
Tints of Free Speech Magenta #E65FE4
RGB
CMYK
RGB Variations
Color information
#E65FE4 (or 0xE65FE4) is known color: Free Speech Magenta. HEX triplet: E6, 5F and E4. RGB value is (230,95,228). Sum of RGB (Red+Green+Blue) = 230+95+228=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FE4 is #19A01B. Grayscale: #969696. Windows color (decimal): -1679388 or 14966758. OLE color: 14966758.
HSL color Cylindrical-coordinate representation of color #E65FE4: hue angle of 300.89º 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 #E65FE4 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 228 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.10 |
| HSL | 300.89º | 0.73% | 0.64% | - |
| HSV(B) | 300.89º | 0.59% | 0.9% | - |
| XYZ | 50.73 | 30.61 | 76.63 | - |
| YUV | 150.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 228 | 0 | 0.59 | 0.01 | 0.10 | 300.89 | 0.73 | 0.64 |
| Hex | E6 | 5F | E4 | 0 | 3B | 1 | A | 12D | 49 | 40 |
| Octal | 346 | 137 | 344 | 0 | 73 | 1 | 12 | 455 | 111 | 100 |
| Binary | 11100110 | 1011111 | 11100100 | 0 | 111011 | 1 | 1010 | 100101101 | 1001001 | 1000000 |
Color Harmonies of #E65FE4
Complementary color
Monochromatic Colors of #E65FE4
Black with #E65FE4
Text Example
Text Example
White with #E65FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FE4; }
p { color: rgb(230,95,228); }
H1.HeaderClassName
{
color: #E65FE4;
}
.AnyTagClassName
{
color: #E65FE4;
}
</style>
background-color css
<style>
a { background-color: #E65FE4; }
a { background-color: rgb(230,95,228); }
div.DivClassName
{
background-color: #E65FE4;
}
.BgClassName
{
background-color: #E65FE4;
}
</style>
border-color css
<style>
span { border-color: #E65FE4; }
span { border-color: rgb(230,95,228); }
td.TdClassName
{
border-color: #E65FE4;
}
.TagClassName
{
border-color: #E65FE4;
}
</style>