Html Css Color HEX #E666DA Free Speech Magenta
📋 copy color: '#E666DA'red 230 ◦ green 102 ◦ blue 218
Shades of Free Speech Magenta #E666DA
Tints of Free Speech Magenta #E666DA
RGB
CMYK
RGB Variations
Color information
#E666DA (or 0xE666DA) is known color: Free Speech Magenta. HEX triplet: E6, 66 and DA. RGB value is (230,102,218). Sum of RGB (Red+Green+Blue) = 230+102+218=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E666DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666DA is #199925. Grayscale: #999999. Windows color (decimal): -1677606 or 14313190. OLE color: 14313190.
HSL color Cylindrical-coordinate representation of color #E666DA: hue angle of 305.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666DA is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 218 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.10 |
| HSL | 305.63º | 0.72% | 0.65% | - |
| HSV(B) | 305.63º | 0.56% | 0.9% | - |
| XYZ | 50.04 | 31.39 | 69.75 | - |
| YUV | 153.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 218 | 0 | 0.56 | 0.05 | 0.10 | 305.63 | 0.72 | 0.65 |
| Hex | E6 | 66 | DA | 0 | 38 | 5 | A | 132 | 48 | 41 |
| Octal | 346 | 146 | 332 | 0 | 70 | 5 | 12 | 462 | 110 | 101 |
| Binary | 11100110 | 1100110 | 11011010 | 0 | 111000 | 101 | 1010 | 100110010 | 1001000 | 1000001 |
Color Harmonies of #E666DA
Complementary color
Monochromatic Colors of #E666DA
Black with #E666DA
Text Example
Text Example
White with #E666DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666DA; }
p { color: rgb(230,102,218); }
H1.HeaderClassName
{
color: #E666DA;
}
.AnyTagClassName
{
color: #E666DA;
}
</style>
background-color css
<style>
a { background-color: #E666DA; }
a { background-color: rgb(230,102,218); }
div.DivClassName
{
background-color: #E666DA;
}
.BgClassName
{
background-color: #E666DA;
}
</style>
border-color css
<style>
span { border-color: #E666DA; }
span { border-color: rgb(230,102,218); }
td.TdClassName
{
border-color: #E666DA;
}
.TagClassName
{
border-color: #E666DA;
}
</style>