Html Css Color HEX #EE40DF Free Speech Magenta
📋 copy color: '#EE40DF'red 238 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #EE40DF
Tints of Free Speech Magenta #EE40DF
RGB
CMYK
RGB Variations
Color information
#EE40DF (or 0xEE40DF) is known color: Free Speech Magenta. HEX triplet: EE, 40 and DF. RGB value is (238,64,223). Sum of RGB (Red+Green+Blue) = 238+64+223=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40DF is #11BF20. Grayscale: #858585. Windows color (decimal): -1163041 or 14631150. OLE color: 14631150.
HSL color Cylindrical-coordinate representation of color #EE40DF: hue angle of 305.17º 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 #EE40DF is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 223 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.07 |
| HSL | 305.17º | 0.84% | 0.59% | - |
| HSV(B) | 305.17º | 0.73% | 0.93% | - |
| XYZ | 50.41 | 27.17 | 72.4 | - |
| YUV | 134.15 | 178.15 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 223 | 0 | 0.73 | 0.06 | 0.07 | 305.17 | 0.84 | 0.59 |
| Hex | EE | 40 | DF | 0 | 49 | 6 | 7 | 131 | 54 | 3B |
| Octal | 356 | 100 | 337 | 0 | 111 | 6 | 7 | 461 | 124 | 73 |
| Binary | 11101110 | 1000000 | 11011111 | 0 | 1001001 | 110 | 111 | 100110001 | 1010100 | 111011 |
Color Harmonies of #EE40DF
Complementary color
Monochromatic Colors of #EE40DF
Black with #EE40DF
Text Example
Text Example
White with #EE40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40DF; }
p { color: rgb(238,64,223); }
H1.HeaderClassName
{
color: #EE40DF;
}
.AnyTagClassName
{
color: #EE40DF;
}
</style>
background-color css
<style>
a { background-color: #EE40DF; }
a { background-color: rgb(238,64,223); }
div.DivClassName
{
background-color: #EE40DF;
}
.BgClassName
{
background-color: #EE40DF;
}
</style>
border-color css
<style>
span { border-color: #EE40DF; }
span { border-color: rgb(238,64,223); }
td.TdClassName
{
border-color: #EE40DF;
}
.TagClassName
{
border-color: #EE40DF;
}
</style>