Html Css Color HEX #EE6ADB Free Speech Magenta
📋 copy color: '#EE6ADB'red 238 ◦ green 106 ◦ blue 219
Shades of Free Speech Magenta #EE6ADB
Tints of Free Speech Magenta #EE6ADB
RGB
CMYK
RGB Variations
Color information
#EE6ADB (or 0xEE6ADB) is known color: Free Speech Magenta. HEX triplet: EE, 6A and DB. RGB value is (238,106,219). Sum of RGB (Red+Green+Blue) = 238+106+219=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6ADB is #119524. Grayscale: #9E9E9E. Windows color (decimal): -1152293 or 14379758. OLE color: 14379758.
HSL color Cylindrical-coordinate representation of color #EE6ADB: hue angle of 308.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6ADB is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 219 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.07 |
| HSL | 308.64º | 0.8% | 0.67% | - |
| HSV(B) | 308.64º | 0.55% | 0.93% | - |
| XYZ | 53.2 | 33.6 | 70.7 | - |
| YUV | 158.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 219 | 0 | 0.55 | 0.08 | 0.07 | 308.64 | 0.8 | 0.67 |
| Hex | EE | 6A | DB | 0 | 37 | 8 | 7 | 135 | 50 | 43 |
| Octal | 356 | 152 | 333 | 0 | 67 | 10 | 7 | 465 | 120 | 103 |
| Binary | 11101110 | 1101010 | 11011011 | 0 | 110111 | 1000 | 111 | 100110101 | 1010000 | 1000011 |
Color Harmonies of #EE6ADB
Complementary color
Monochromatic Colors of #EE6ADB
Black with #EE6ADB
Text Example
Text Example
White with #EE6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6ADB; }
p { color: rgb(238,106,219); }
H1.HeaderClassName
{
color: #EE6ADB;
}
.AnyTagClassName
{
color: #EE6ADB;
}
</style>
background-color css
<style>
a { background-color: #EE6ADB; }
a { background-color: rgb(238,106,219); }
div.DivClassName
{
background-color: #EE6ADB;
}
.BgClassName
{
background-color: #EE6ADB;
}
</style>
border-color css
<style>
span { border-color: #EE6ADB; }
span { border-color: rgb(238,106,219); }
td.TdClassName
{
border-color: #EE6ADB;
}
.TagClassName
{
border-color: #EE6ADB;
}
</style>