Html Css Color HEX #EE6BDC Free Speech Magenta
📋 copy color: '#EE6BDC'red 238 ◦ green 107 ◦ blue 220
Shades of Free Speech Magenta #EE6BDC
Tints of Free Speech Magenta #EE6BDC
RGB
CMYK
RGB Variations
Color information
#EE6BDC (or 0xEE6BDC) is known color: Free Speech Magenta. HEX triplet: EE, 6B and DC. RGB value is (238,107,220). Sum of RGB (Red+Green+Blue) = 238+107+220=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BDC is #119423. Grayscale: #9E9E9E. Windows color (decimal): -1152036 or 14445550. OLE color: 14445550.
HSL color Cylindrical-coordinate representation of color #EE6BDC: hue angle of 308.24º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6BDC is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 220 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.07 |
| HSL | 308.24º | 0.79% | 0.68% | - |
| HSV(B) | 308.24º | 0.55% | 0.93% | - |
| XYZ | 53.44 | 33.86 | 71.43 | - |
| YUV | 159.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 220 | 0 | 0.55 | 0.08 | 0.07 | 308.24 | 0.79 | 0.68 |
| Hex | EE | 6B | DC | 0 | 37 | 8 | 7 | 134 | 4F | 44 |
| Octal | 356 | 153 | 334 | 0 | 67 | 10 | 7 | 464 | 117 | 104 |
| Binary | 11101110 | 1101011 | 11011100 | 0 | 110111 | 1000 | 111 | 100110100 | 1001111 | 1000100 |
Color Harmonies of #EE6BDC
Complementary color
Monochromatic Colors of #EE6BDC
Black with #EE6BDC
Text Example
Text Example
White with #EE6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BDC; }
p { color: rgb(238,107,220); }
H1.HeaderClassName
{
color: #EE6BDC;
}
.AnyTagClassName
{
color: #EE6BDC;
}
</style>
background-color css
<style>
a { background-color: #EE6BDC; }
a { background-color: rgb(238,107,220); }
div.DivClassName
{
background-color: #EE6BDC;
}
.BgClassName
{
background-color: #EE6BDC;
}
</style>
border-color css
<style>
span { border-color: #EE6BDC; }
span { border-color: rgb(238,107,220); }
td.TdClassName
{
border-color: #EE6BDC;
}
.TagClassName
{
border-color: #EE6BDC;
}
</style>