Html Css Color HEX #EE41DC Free Speech Magenta
📋 copy color: '#EE41DC'red 238 ◦ green 65 ◦ blue 220
Shades of Free Speech Magenta #EE41DC
Tints of Free Speech Magenta #EE41DC
RGB
CMYK
RGB Variations
Color information
#EE41DC (or 0xEE41DC) is known color: Free Speech Magenta. HEX triplet: EE, 41 and DC. RGB value is (238,65,220). Sum of RGB (Red+Green+Blue) = 238+65+220=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE41DC is #11BE23. Grayscale: #858585. Windows color (decimal): -1162788 or 14434798. OLE color: 14434798.
HSL color Cylindrical-coordinate representation of color #EE41DC: hue angle of 306.24º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE41DC is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 220 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.07 |
| HSL | 306.24º | 0.84% | 0.59% | - |
| HSV(B) | 306.24º | 0.73% | 0.93% | - |
| XYZ | 50.07 | 27.13 | 70.31 | - |
| YUV | 134.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 220 | 0 | 0.73 | 0.08 | 0.07 | 306.24 | 0.84 | 0.59 |
| Hex | EE | 41 | DC | 0 | 49 | 8 | 7 | 132 | 54 | 3B |
| Octal | 356 | 101 | 334 | 0 | 111 | 10 | 7 | 462 | 124 | 73 |
| Binary | 11101110 | 1000001 | 11011100 | 0 | 1001001 | 1000 | 111 | 100110010 | 1010100 | 111011 |
Color Harmonies of #EE41DC
Complementary color
Monochromatic Colors of #EE41DC
Black with #EE41DC
Text Example
Text Example
White with #EE41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41DC; }
p { color: rgb(238,65,220); }
H1.HeaderClassName
{
color: #EE41DC;
}
.AnyTagClassName
{
color: #EE41DC;
}
</style>
background-color css
<style>
a { background-color: #EE41DC; }
a { background-color: rgb(238,65,220); }
div.DivClassName
{
background-color: #EE41DC;
}
.BgClassName
{
background-color: #EE41DC;
}
</style>
border-color css
<style>
span { border-color: #EE41DC; }
span { border-color: rgb(238,65,220); }
td.TdClassName
{
border-color: #EE41DC;
}
.TagClassName
{
border-color: #EE41DC;
}
</style>