Html Css Color HEX #EE69D2 Free Speech Magenta
📋 copy color: '#EE69D2'red 238 ◦ green 105 ◦ blue 210
Shades of Free Speech Magenta #EE69D2
Tints of Free Speech Magenta #EE69D2
RGB
CMYK
RGB Variations
Color information
#EE69D2 (or 0xEE69D2) is known color: Free Speech Magenta. HEX triplet: EE, 69 and D2. RGB value is (238,105,210). Sum of RGB (Red+Green+Blue) = 238+105+210=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69D2 is #11962D. Grayscale: #9C9C9C. Windows color (decimal): -1152558 or 13789678. OLE color: 13789678.
HSL color Cylindrical-coordinate representation of color #EE69D2: hue angle of 312.63º 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 #EE69D2 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 210 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.07 |
| HSL | 312.63º | 0.8% | 0.67% | - |
| HSV(B) | 312.63º | 0.56% | 0.93% | - |
| XYZ | 51.94 | 32.93 | 64.59 | - |
| YUV | 156.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 210 | 0 | 0.56 | 0.12 | 0.07 | 312.63 | 0.8 | 0.67 |
| Hex | EE | 69 | D2 | 0 | 38 | C | 7 | 139 | 50 | 43 |
| Octal | 356 | 151 | 322 | 0 | 70 | 14 | 7 | 471 | 120 | 103 |
| Binary | 11101110 | 1101001 | 11010010 | 0 | 111000 | 1100 | 111 | 100111001 | 1010000 | 1000011 |
Color Harmonies of #EE69D2
Complementary color
Monochromatic Colors of #EE69D2
Black with #EE69D2
Text Example
Text Example
White with #EE69D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69D2; }
p { color: rgb(238,105,210); }
H1.HeaderClassName
{
color: #EE69D2;
}
.AnyTagClassName
{
color: #EE69D2;
}
</style>
background-color css
<style>
a { background-color: #EE69D2; }
a { background-color: rgb(238,105,210); }
div.DivClassName
{
background-color: #EE69D2;
}
.BgClassName
{
background-color: #EE69D2;
}
</style>
border-color css
<style>
span { border-color: #EE69D2; }
span { border-color: rgb(238,105,210); }
td.TdClassName
{
border-color: #EE69D2;
}
.TagClassName
{
border-color: #EE69D2;
}
</style>