Html Css Color HEX #EE6CDD Free Speech Magenta
📋 copy color: '#EE6CDD'red 238 ◦ green 108 ◦ blue 221
Shades of Free Speech Magenta #EE6CDD
Tints of Free Speech Magenta #EE6CDD
RGB
CMYK
RGB Variations
Color information
#EE6CDD (or 0xEE6CDD) is known color: Free Speech Magenta. HEX triplet: EE, 6C and DD. RGB value is (238,108,221). Sum of RGB (Red+Green+Blue) = 238+108+221=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6CDD is #119322. Grayscale: #9F9F9F. Windows color (decimal): -1151779 or 14511342. OLE color: 14511342.
HSL color Cylindrical-coordinate representation of color #EE6CDD: hue angle of 307.85º 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 #EE6CDD is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 221 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.07 |
| HSL | 307.85º | 0.79% | 0.68% | - |
| HSV(B) | 307.85º | 0.55% | 0.93% | - |
| XYZ | 53.67 | 34.12 | 72.16 | - |
| YUV | 159.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 221 | 0 | 0.55 | 0.07 | 0.07 | 307.85 | 0.79 | 0.68 |
| Hex | EE | 6C | DD | 0 | 37 | 7 | 7 | 134 | 4F | 44 |
| Octal | 356 | 154 | 335 | 0 | 67 | 7 | 7 | 464 | 117 | 104 |
| Binary | 11101110 | 1101100 | 11011101 | 0 | 110111 | 111 | 111 | 100110100 | 1001111 | 1000100 |
Color Harmonies of #EE6CDD
Complementary color
Monochromatic Colors of #EE6CDD
Black with #EE6CDD
Text Example
Text Example
White with #EE6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6CDD; }
p { color: rgb(238,108,221); }
H1.HeaderClassName
{
color: #EE6CDD;
}
.AnyTagClassName
{
color: #EE6CDD;
}
</style>
background-color css
<style>
a { background-color: #EE6CDD; }
a { background-color: rgb(238,108,221); }
div.DivClassName
{
background-color: #EE6CDD;
}
.BgClassName
{
background-color: #EE6CDD;
}
</style>
border-color css
<style>
span { border-color: #EE6CDD; }
span { border-color: rgb(238,108,221); }
td.TdClassName
{
border-color: #EE6CDD;
}
.TagClassName
{
border-color: #EE6CDD;
}
</style>