Html Css Color HEX #E468E6 Free Speech Magenta
📋 copy color: '#E468E6'red 228 ◦ green 104 ◦ blue 230
Shades of Free Speech Magenta #E468E6
Tints of Free Speech Magenta #E468E6
RGB
CMYK
RGB Variations
Color information
#E468E6 (or 0xE468E6) is known color: Free Speech Magenta. HEX triplet: E4, 68 and E6. RGB value is (228,104,230). Sum of RGB (Red+Green+Blue) = 228+104+230=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #E468E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468E6 is #1B9719. Grayscale: #9B9B9B. Windows color (decimal): -1808154 or 15100132. OLE color: 15100132.
HSL color Cylindrical-coordinate representation of color #E468E6: hue angle of 299.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E468E6 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 104 | 230 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.10 |
| HSL | 299.05º | 0.72% | 0.65% | - |
| HSV(B) | 299.05º | 0.55% | 0.9% | - |
| XYZ | 51.23 | 32.11 | 78.36 | - |
| YUV | 155.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 230 | 0.01 | 0.55 | 0 | 0.10 | 299.05 | 0.72 | 0.65 |
| Hex | E4 | 68 | E6 | 1 | 37 | 0 | A | 12B | 48 | 41 |
| Octal | 344 | 150 | 346 | 1 | 67 | 0 | 12 | 453 | 110 | 101 |
| Binary | 11100100 | 1101000 | 11100110 | 1 | 110111 | 0 | 1010 | 100101011 | 1001000 | 1000001 |
Color Harmonies of #E468E6
Complementary color
Monochromatic Colors of #E468E6
Black with #E468E6
Text Example
Text Example
White with #E468E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468E6; }
p { color: rgb(228,104,230); }
H1.HeaderClassName
{
color: #E468E6;
}
.AnyTagClassName
{
color: #E468E6;
}
</style>
background-color css
<style>
a { background-color: #E468E6; }
a { background-color: rgb(228,104,230); }
div.DivClassName
{
background-color: #E468E6;
}
.BgClassName
{
background-color: #E468E6;
}
</style>
border-color css
<style>
span { border-color: #E468E6; }
span { border-color: rgb(228,104,230); }
td.TdClassName
{
border-color: #E468E6;
}
.TagClassName
{
border-color: #E468E6;
}
</style>