Html Css Color HEX #E065E4 Free Speech Magenta
📋 copy color: '#E065E4'red 224 ◦ green 101 ◦ blue 228
Shades of Free Speech Magenta #E065E4
Tints of Free Speech Magenta #E065E4
RGB
CMYK
RGB Variations
Color information
#E065E4 (or 0xE065E4) is known color: Free Speech Magenta. HEX triplet: E0, 65 and E4. RGB value is (224,101,228). Sum of RGB (Red+Green+Blue) = 224+101+228=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #E065E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065E4 is #1F9A1B. Grayscale: #979797. Windows color (decimal): -2071068 or 14968288. OLE color: 14968288.
HSL color Cylindrical-coordinate representation of color #E065E4: hue angle of 298.11º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E065E4 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 101 | 228 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.11 |
| HSL | 298.11º | 0.7% | 0.65% | - |
| HSV(B) | 298.11º | 0.56% | 0.89% | - |
| XYZ | 49.4 | 30.76 | 76.73 | - |
| YUV | 152.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 228 | 0.02 | 0.56 | 0 | 0.11 | 298.11 | 0.7 | 0.65 |
| Hex | E0 | 65 | E4 | 2 | 38 | 0 | B | 12A | 46 | 41 |
| Octal | 340 | 145 | 344 | 2 | 70 | 0 | 13 | 452 | 106 | 101 |
| Binary | 11100000 | 1100101 | 11100100 | 10 | 111000 | 0 | 1011 | 100101010 | 1000110 | 1000001 |
Color Harmonies of #E065E4
Complementary color
Monochromatic Colors of #E065E4
Black with #E065E4
Text Example
Text Example
White with #E065E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065E4; }
p { color: rgb(224,101,228); }
H1.HeaderClassName
{
color: #E065E4;
}
.AnyTagClassName
{
color: #E065E4;
}
</style>
background-color css
<style>
a { background-color: #E065E4; }
a { background-color: rgb(224,101,228); }
div.DivClassName
{
background-color: #E065E4;
}
.BgClassName
{
background-color: #E065E4;
}
</style>
border-color css
<style>
span { border-color: #E065E4; }
span { border-color: rgb(224,101,228); }
td.TdClassName
{
border-color: #E065E4;
}
.TagClassName
{
border-color: #E065E4;
}
</style>