Html Css Color HEX #EE3DEC Free Speech Magenta
📋 copy color: '#EE3DEC'red 238 ◦ green 61 ◦ blue 236
Shades of Free Speech Magenta #EE3DEC
Tints of Free Speech Magenta #EE3DEC
RGB
CMYK
RGB Variations
Color information
#EE3DEC (or 0xEE3DEC) is known color: Free Speech Magenta. HEX triplet: EE, 3D and EC. RGB value is (238,61,236). Sum of RGB (Red+Green+Blue) = 238+61+236=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 61 (24.22% from 255 or 11.40% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3DEC is #11C213. Grayscale: #858585. Windows color (decimal): -1163796 or 15482350. OLE color: 15482350.
HSL color Cylindrical-coordinate representation of color #EE3DEC: hue angle of 300.68º 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 #EE3DEC is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 236 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.07 |
| HSL | 300.68º | 0.84% | 0.59% | - |
| HSV(B) | 300.68º | 0.74% | 0.93% | - |
| XYZ | 52.07 | 27.57 | 81.93 | - |
| YUV | 133.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 236 | 0 | 0.74 | 0.01 | 0.07 | 300.68 | 0.84 | 0.59 |
| Hex | EE | 3D | EC | 0 | 4A | 1 | 7 | 12D | 54 | 3B |
| Octal | 356 | 75 | 354 | 0 | 112 | 1 | 7 | 455 | 124 | 73 |
| Binary | 11101110 | 111101 | 11101100 | 0 | 1001010 | 1 | 111 | 100101101 | 1010100 | 111011 |
Color Harmonies of #EE3DEC
Complementary color
Monochromatic Colors of #EE3DEC
Black with #EE3DEC
Text Example
Text Example
White with #EE3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3DEC; }
p { color: rgb(238,61,236); }
H1.HeaderClassName
{
color: #EE3DEC;
}
.AnyTagClassName
{
color: #EE3DEC;
}
</style>
background-color css
<style>
a { background-color: #EE3DEC; }
a { background-color: rgb(238,61,236); }
div.DivClassName
{
background-color: #EE3DEC;
}
.BgClassName
{
background-color: #EE3DEC;
}
</style>
border-color css
<style>
span { border-color: #EE3DEC; }
span { border-color: rgb(238,61,236); }
td.TdClassName
{
border-color: #EE3DEC;
}
.TagClassName
{
border-color: #EE3DEC;
}
</style>