Html Css Color HEX #E466DA Free Speech Magenta
📋 copy color: '#E466DA'red 228 ◦ green 102 ◦ blue 218
Shades of Free Speech Magenta #E466DA
Tints of Free Speech Magenta #E466DA
RGB
CMYK
RGB Variations
Color information
#E466DA (or 0xE466DA) is known color: Free Speech Magenta. HEX triplet: E4, 66 and DA. RGB value is (228,102,218). Sum of RGB (Red+Green+Blue) = 228+102+218=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E466DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466DA is #1B9925. Grayscale: #989898. Windows color (decimal): -1808678 or 14313188. OLE color: 14313188.
HSL color Cylindrical-coordinate representation of color #E466DA: hue angle of 304.76º 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 #E466DA is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 218 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.11 |
| HSL | 304.76º | 0.7% | 0.65% | - |
| HSV(B) | 304.76º | 0.55% | 0.89% | - |
| XYZ | 49.4 | 31.06 | 69.72 | - |
| YUV | 152.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 218 | 0 | 0.55 | 0.04 | 0.11 | 304.76 | 0.7 | 0.65 |
| Hex | E4 | 66 | DA | 0 | 37 | 4 | B | 131 | 46 | 41 |
| Octal | 344 | 146 | 332 | 0 | 67 | 4 | 13 | 461 | 106 | 101 |
| Binary | 11100100 | 1100110 | 11011010 | 0 | 110111 | 100 | 1011 | 100110001 | 1000110 | 1000001 |
Color Harmonies of #E466DA
Complementary color
Monochromatic Colors of #E466DA
Black with #E466DA
Text Example
Text Example
White with #E466DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466DA; }
p { color: rgb(228,102,218); }
H1.HeaderClassName
{
color: #E466DA;
}
.AnyTagClassName
{
color: #E466DA;
}
</style>
background-color css
<style>
a { background-color: #E466DA; }
a { background-color: rgb(228,102,218); }
div.DivClassName
{
background-color: #E466DA;
}
.BgClassName
{
background-color: #E466DA;
}
</style>
border-color css
<style>
span { border-color: #E466DA; }
span { border-color: rgb(228,102,218); }
td.TdClassName
{
border-color: #E466DA;
}
.TagClassName
{
border-color: #E466DA;
}
</style>