Html Css Color HEX #EE4ADD Free Speech Magenta
📋 copy color: '#EE4ADD'red 238 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #EE4ADD
Tints of Free Speech Magenta #EE4ADD
RGB
CMYK
RGB Variations
Color information
#EE4ADD (or 0xEE4ADD) is known color: Free Speech Magenta. HEX triplet: EE, 4A and DD. RGB value is (238,74,221). Sum of RGB (Red+Green+Blue) = 238+74+221=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4ADD is #11B522. Grayscale: #8B8B8B. Windows color (decimal): -1160483 or 14502638. OLE color: 14502638.
HSL color Cylindrical-coordinate representation of color #EE4ADD: hue angle of 306.22º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4ADD is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 221 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.07 |
| HSL | 306.22º | 0.83% | 0.61% | - |
| HSV(B) | 306.22º | 0.69% | 0.93% | - |
| XYZ | 50.76 | 28.3 | 71.19 | - |
| YUV | 139.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 221 | 0 | 0.69 | 0.07 | 0.07 | 306.22 | 0.83 | 0.61 |
| Hex | EE | 4A | DD | 0 | 45 | 7 | 7 | 132 | 53 | 3D |
| Octal | 356 | 112 | 335 | 0 | 105 | 7 | 7 | 462 | 123 | 75 |
| Binary | 11101110 | 1001010 | 11011101 | 0 | 1000101 | 111 | 111 | 100110010 | 1010011 | 111101 |
Color Harmonies of #EE4ADD
Complementary color
Monochromatic Colors of #EE4ADD
Black with #EE4ADD
Text Example
Text Example
White with #EE4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4ADD; }
p { color: rgb(238,74,221); }
H1.HeaderClassName
{
color: #EE4ADD;
}
.AnyTagClassName
{
color: #EE4ADD;
}
</style>
background-color css
<style>
a { background-color: #EE4ADD; }
a { background-color: rgb(238,74,221); }
div.DivClassName
{
background-color: #EE4ADD;
}
.BgClassName
{
background-color: #EE4ADD;
}
</style>
border-color css
<style>
span { border-color: #EE4ADD; }
span { border-color: rgb(238,74,221); }
td.TdClassName
{
border-color: #EE4ADD;
}
.TagClassName
{
border-color: #EE4ADD;
}
</style>