Html Css Color HEX #E066E4 Free Speech Magenta
📋 copy color: '#E066E4'red 224 ◦ green 102 ◦ blue 228
Shades of Free Speech Magenta #E066E4
Tints of Free Speech Magenta #E066E4
RGB
CMYK
RGB Variations
Color information
#E066E4 (or 0xE066E4) is known color: Free Speech Magenta. HEX triplet: E0, 66 and E4. RGB value is (224,102,228). Sum of RGB (Red+Green+Blue) = 224+102+228=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #E066E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066E4 is #1F991B. Grayscale: #989898. Windows color (decimal): -2070812 or 14968544. OLE color: 14968544.
HSL color Cylindrical-coordinate representation of color #E066E4: hue angle of 298.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E066E4 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 102 | 228 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.11 |
| HSL | 298.1º | 0.7% | 0.65% | - |
| HSV(B) | 298.1º | 0.55% | 0.89% | - |
| XYZ | 49.5 | 30.95 | 76.76 | - |
| YUV | 152.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 228 | 0.02 | 0.55 | 0 | 0.11 | 298.1 | 0.7 | 0.65 |
| Hex | E0 | 66 | E4 | 2 | 37 | 0 | B | 12A | 46 | 41 |
| Octal | 340 | 146 | 344 | 2 | 67 | 0 | 13 | 452 | 106 | 101 |
| Binary | 11100000 | 1100110 | 11100100 | 10 | 110111 | 0 | 1011 | 100101010 | 1000110 | 1000001 |
Color Harmonies of #E066E4
Complementary color
Monochromatic Colors of #E066E4
Black with #E066E4
Text Example
Text Example
White with #E066E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066E4; }
p { color: rgb(224,102,228); }
H1.HeaderClassName
{
color: #E066E4;
}
.AnyTagClassName
{
color: #E066E4;
}
</style>
background-color css
<style>
a { background-color: #E066E4; }
a { background-color: rgb(224,102,228); }
div.DivClassName
{
background-color: #E066E4;
}
.BgClassName
{
background-color: #E066E4;
}
</style>
border-color css
<style>
span { border-color: #E066E4; }
span { border-color: rgb(224,102,228); }
td.TdClassName
{
border-color: #E066E4;
}
.TagClassName
{
border-color: #E066E4;
}
</style>