Html Css Color HEX #E669DA Free Speech Magenta
📋 copy color: '#E669DA'red 230 ◦ green 105 ◦ blue 218
Shades of Free Speech Magenta #E669DA
Tints of Free Speech Magenta #E669DA
RGB
CMYK
RGB Variations
Color information
#E669DA (or 0xE669DA) is known color: Free Speech Magenta. HEX triplet: E6, 69 and DA. RGB value is (230,105,218). Sum of RGB (Red+Green+Blue) = 230+105+218=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E669DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669DA is #199625. Grayscale: #9A9A9A. Windows color (decimal): -1676838 or 14313958. OLE color: 14313958.
HSL color Cylindrical-coordinate representation of color #E669DA: hue angle of 305.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669DA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 218 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.10 |
| HSL | 305.76º | 0.71% | 0.66% | - |
| HSV(B) | 305.76º | 0.54% | 0.9% | - |
| XYZ | 50.34 | 31.99 | 69.85 | - |
| YUV | 155.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 218 | 0 | 0.54 | 0.05 | 0.10 | 305.76 | 0.71 | 0.66 |
| Hex | E6 | 69 | DA | 0 | 36 | 5 | A | 132 | 47 | 42 |
| Octal | 346 | 151 | 332 | 0 | 66 | 5 | 12 | 462 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11011010 | 0 | 110110 | 101 | 1010 | 100110010 | 1000111 | 1000010 |
Color Harmonies of #E669DA
Complementary color
Monochromatic Colors of #E669DA
Black with #E669DA
Text Example
Text Example
White with #E669DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669DA; }
p { color: rgb(230,105,218); }
H1.HeaderClassName
{
color: #E669DA;
}
.AnyTagClassName
{
color: #E669DA;
}
</style>
background-color css
<style>
a { background-color: #E669DA; }
a { background-color: rgb(230,105,218); }
div.DivClassName
{
background-color: #E669DA;
}
.BgClassName
{
background-color: #E669DA;
}
</style>
border-color css
<style>
span { border-color: #E669DA; }
span { border-color: rgb(230,105,218); }
td.TdClassName
{
border-color: #E669DA;
}
.TagClassName
{
border-color: #E669DA;
}
</style>