Html Css Color HEX #EE6DD2 Free Speech Magenta
📋 copy color: '#EE6DD2'red 238 ◦ green 109 ◦ blue 210
Shades of Free Speech Magenta #EE6DD2
Tints of Free Speech Magenta #EE6DD2
RGB
CMYK
RGB Variations
Color information
#EE6DD2 (or 0xEE6DD2) is known color: Free Speech Magenta. HEX triplet: EE, 6D and D2. RGB value is (238,109,210). Sum of RGB (Red+Green+Blue) = 238+109+210=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DD2 is #11922D. Grayscale: #9E9E9E. Windows color (decimal): -1151534 or 13790702. OLE color: 13790702.
HSL color Cylindrical-coordinate representation of color #EE6DD2: hue angle of 313.02º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6DD2 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 210 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.07 |
| HSL | 313.02º | 0.79% | 0.68% | - |
| HSV(B) | 313.02º | 0.54% | 0.93% | - |
| XYZ | 52.36 | 33.77 | 64.73 | - |
| YUV | 159.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 210 | 0 | 0.54 | 0.12 | 0.07 | 313.02 | 0.79 | 0.68 |
| Hex | EE | 6D | D2 | 0 | 36 | C | 7 | 139 | 4F | 44 |
| Octal | 356 | 155 | 322 | 0 | 66 | 14 | 7 | 471 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11010010 | 0 | 110110 | 1100 | 111 | 100111001 | 1001111 | 1000100 |
Color Harmonies of #EE6DD2
Complementary color
Monochromatic Colors of #EE6DD2
Black with #EE6DD2
Text Example
Text Example
White with #EE6DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DD2; }
p { color: rgb(238,109,210); }
H1.HeaderClassName
{
color: #EE6DD2;
}
.AnyTagClassName
{
color: #EE6DD2;
}
</style>
background-color css
<style>
a { background-color: #EE6DD2; }
a { background-color: rgb(238,109,210); }
div.DivClassName
{
background-color: #EE6DD2;
}
.BgClassName
{
background-color: #EE6DD2;
}
</style>
border-color css
<style>
span { border-color: #EE6DD2; }
span { border-color: rgb(238,109,210); }
td.TdClassName
{
border-color: #EE6DD2;
}
.TagClassName
{
border-color: #EE6DD2;
}
</style>