Html Css Color HEX #EE41DF Free Speech Magenta
📋 copy color: '#EE41DF'red 238 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #EE41DF
Tints of Free Speech Magenta #EE41DF
RGB
CMYK
RGB Variations
Color information
#EE41DF (or 0xEE41DF) is known color: Free Speech Magenta. HEX triplet: EE, 41 and DF. RGB value is (238,65,223). Sum of RGB (Red+Green+Blue) = 238+65+223=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE41DF is #11BE20. Grayscale: #868686. Windows color (decimal): -1162785 or 14631406. OLE color: 14631406.
HSL color Cylindrical-coordinate representation of color #EE41DF: hue angle of 305.2º 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 #EE41DF is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 223 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.07 |
| HSL | 305.2º | 0.84% | 0.59% | - |
| HSV(B) | 305.2º | 0.73% | 0.93% | - |
| XYZ | 50.47 | 27.29 | 72.42 | - |
| YUV | 134.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 223 | 0 | 0.73 | 0.06 | 0.07 | 305.2 | 0.84 | 0.59 |
| Hex | EE | 41 | DF | 0 | 49 | 6 | 7 | 131 | 54 | 3B |
| Octal | 356 | 101 | 337 | 0 | 111 | 6 | 7 | 461 | 124 | 73 |
| Binary | 11101110 | 1000001 | 11011111 | 0 | 1001001 | 110 | 111 | 100110001 | 1010100 | 111011 |
Color Harmonies of #EE41DF
Complementary color
Monochromatic Colors of #EE41DF
Black with #EE41DF
Text Example
Text Example
White with #EE41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41DF; }
p { color: rgb(238,65,223); }
H1.HeaderClassName
{
color: #EE41DF;
}
.AnyTagClassName
{
color: #EE41DF;
}
</style>
background-color css
<style>
a { background-color: #EE41DF; }
a { background-color: rgb(238,65,223); }
div.DivClassName
{
background-color: #EE41DF;
}
.BgClassName
{
background-color: #EE41DF;
}
</style>
border-color css
<style>
span { border-color: #EE41DF; }
span { border-color: rgb(238,65,223); }
td.TdClassName
{
border-color: #EE41DF;
}
.TagClassName
{
border-color: #EE41DF;
}
</style>