Html Css Color HEX #E669D5 Free Speech Magenta
📋 copy color: '#E669D5'red 230 ◦ green 105 ◦ blue 213
Shades of Free Speech Magenta #E669D5
Tints of Free Speech Magenta #E669D5
RGB
CMYK
RGB Variations
Color information
#E669D5 (or 0xE669D5) is known color: Free Speech Magenta. HEX triplet: E6, 69 and D5. RGB value is (230,105,213). Sum of RGB (Red+Green+Blue) = 230+105+213=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E669D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669D5 is #19962A. Grayscale: #9A9A9A. Windows color (decimal): -1676843 or 13986278. OLE color: 13986278.
HSL color Cylindrical-coordinate representation of color #E669D5: hue angle of 308.16º 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 #E669D5 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 213 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.10 |
| HSL | 308.16º | 0.71% | 0.66% | - |
| HSV(B) | 308.16º | 0.54% | 0.9% | - |
| XYZ | 49.69 | 31.73 | 66.46 | - |
| YUV | 154.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 213 | 0 | 0.54 | 0.07 | 0.10 | 308.16 | 0.71 | 0.66 |
| Hex | E6 | 69 | D5 | 0 | 36 | 7 | A | 134 | 47 | 42 |
| Octal | 346 | 151 | 325 | 0 | 66 | 7 | 12 | 464 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11010101 | 0 | 110110 | 111 | 1010 | 100110100 | 1000111 | 1000010 |
Color Harmonies of #E669D5
Complementary color
Monochromatic Colors of #E669D5
Black with #E669D5
Text Example
Text Example
White with #E669D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669D5; }
p { color: rgb(230,105,213); }
H1.HeaderClassName
{
color: #E669D5;
}
.AnyTagClassName
{
color: #E669D5;
}
</style>
background-color css
<style>
a { background-color: #E669D5; }
a { background-color: rgb(230,105,213); }
div.DivClassName
{
background-color: #E669D5;
}
.BgClassName
{
background-color: #E669D5;
}
</style>
border-color css
<style>
span { border-color: #E669D5; }
span { border-color: rgb(230,105,213); }
td.TdClassName
{
border-color: #E669D5;
}
.TagClassName
{
border-color: #E669D5;
}
</style>