Html Css Color HEX #EE69D1 Free Speech Magenta
📋 copy color: '#EE69D1'red 238 ◦ green 105 ◦ blue 209
Shades of Free Speech Magenta #EE69D1
Tints of Free Speech Magenta #EE69D1
RGB
CMYK
RGB Variations
Color information
#EE69D1 (or 0xEE69D1) is known color: Free Speech Magenta. HEX triplet: EE, 69 and D1. RGB value is (238,105,209). Sum of RGB (Red+Green+Blue) = 238+105+209=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69D1 is #11962E. Grayscale: #9C9C9C. Windows color (decimal): -1152559 or 13724142. OLE color: 13724142.
HSL color Cylindrical-coordinate representation of color #EE69D1: hue angle of 313.08º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE69D1 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 209 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.07 |
| HSL | 313.08º | 0.8% | 0.67% | - |
| HSV(B) | 313.08º | 0.56% | 0.93% | - |
| XYZ | 51.82 | 32.88 | 63.94 | - |
| YUV | 156.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 209 | 0 | 0.56 | 0.12 | 0.07 | 313.08 | 0.8 | 0.67 |
| Hex | EE | 69 | D1 | 0 | 38 | C | 7 | 139 | 50 | 43 |
| Octal | 356 | 151 | 321 | 0 | 70 | 14 | 7 | 471 | 120 | 103 |
| Binary | 11101110 | 1101001 | 11010001 | 0 | 111000 | 1100 | 111 | 100111001 | 1010000 | 1000011 |
Color Harmonies of #EE69D1
Complementary color
Monochromatic Colors of #EE69D1
Black with #EE69D1
Text Example
Text Example
White with #EE69D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69D1; }
p { color: rgb(238,105,209); }
H1.HeaderClassName
{
color: #EE69D1;
}
.AnyTagClassName
{
color: #EE69D1;
}
</style>
background-color css
<style>
a { background-color: #EE69D1; }
a { background-color: rgb(238,105,209); }
div.DivClassName
{
background-color: #EE69D1;
}
.BgClassName
{
background-color: #EE69D1;
}
</style>
border-color css
<style>
span { border-color: #EE69D1; }
span { border-color: rgb(238,105,209); }
td.TdClassName
{
border-color: #EE69D1;
}
.TagClassName
{
border-color: #EE69D1;
}
</style>