Html Css Color HEX #EE3FDF Free Speech Magenta
📋 copy color: '#EE3FDF'red 238 ◦ green 63 ◦ blue 223
Shades of Free Speech Magenta #EE3FDF
Tints of Free Speech Magenta #EE3FDF
RGB
CMYK
RGB Variations
Color information
#EE3FDF (or 0xEE3FDF) is known color: Free Speech Magenta. HEX triplet: EE, 3F and DF. RGB value is (238,63,223). Sum of RGB (Red+Green+Blue) = 238+63+223=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3FDF is #11C020. Grayscale: #858585. Windows color (decimal): -1163297 or 14630894. OLE color: 14630894.
HSL color Cylindrical-coordinate representation of color #EE3FDF: hue angle of 305.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3FDF is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 223 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.07 |
| HSL | 305.14º | 0.84% | 0.59% | - |
| HSV(B) | 305.14º | 0.74% | 0.93% | - |
| XYZ | 50.36 | 27.06 | 72.38 | - |
| YUV | 133.57 | 178.48 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 223 | 0 | 0.74 | 0.06 | 0.07 | 305.14 | 0.84 | 0.59 |
| Hex | EE | 3F | DF | 0 | 4A | 6 | 7 | 131 | 54 | 3B |
| Octal | 356 | 77 | 337 | 0 | 112 | 6 | 7 | 461 | 124 | 73 |
| Binary | 11101110 | 111111 | 11011111 | 0 | 1001010 | 110 | 111 | 100110001 | 1010100 | 111011 |
Color Harmonies of #EE3FDF
Complementary color
Monochromatic Colors of #EE3FDF
Black with #EE3FDF
Text Example
Text Example
White with #EE3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3FDF; }
p { color: rgb(238,63,223); }
H1.HeaderClassName
{
color: #EE3FDF;
}
.AnyTagClassName
{
color: #EE3FDF;
}
</style>
background-color css
<style>
a { background-color: #EE3FDF; }
a { background-color: rgb(238,63,223); }
div.DivClassName
{
background-color: #EE3FDF;
}
.BgClassName
{
background-color: #EE3FDF;
}
</style>
border-color css
<style>
span { border-color: #EE3FDF; }
span { border-color: rgb(238,63,223); }
td.TdClassName
{
border-color: #EE3FDF;
}
.TagClassName
{
border-color: #EE3FDF;
}
</style>