Html Css Color HEX #EE3DEE Free Speech Magenta
📋 copy color: '#EE3DEE'red 238 ◦ green 61 ◦ blue 238
Shades of Free Speech Magenta #EE3DEE
Tints of Free Speech Magenta #EE3DEE
RGB
CMYK
RGB Variations
Color information
#EE3DEE (or 0xEE3DEE) is known color: Free Speech Magenta. HEX triplet: EE, 3D and EE. RGB value is (238,61,238). Sum of RGB (Red+Green+Blue) = 238+61+238=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 61 (24.22% from 255 or 11.36% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE3DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3DEE is #11C211. Grayscale: #858585. Windows color (decimal): -1163794 or 15613422. OLE color: 15613422.
HSL color Cylindrical-coordinate representation of color #EE3DEE: hue angle of 300º 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 #EE3DEE is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 238 | - |
| CMYK | 0 | 0.74 | 0 | 0.07 |
| HSL | 300º | 0.84% | 0.59% | - |
| HSV(B) | 300º | 0.74% | 0.93% | - |
| XYZ | 52.36 | 27.69 | 83.47 | - |
| YUV | 134.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 238 | 0 | 0.74 | 0 | 0.07 | 300 | 0.84 | 0.59 |
| Hex | EE | 3D | EE | 0 | 4A | 0 | 7 | 12C | 54 | 3B |
| Octal | 356 | 75 | 356 | 0 | 112 | 0 | 7 | 454 | 124 | 73 |
| Binary | 11101110 | 111101 | 11101110 | 0 | 1001010 | 0 | 111 | 100101100 | 1010100 | 111011 |
Color Harmonies of #EE3DEE
Complementary color
Monochromatic Colors of #EE3DEE
Black with #EE3DEE
Text Example
Text Example
White with #EE3DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3DEE; }
p { color: rgb(238,61,238); }
H1.HeaderClassName
{
color: #EE3DEE;
}
.AnyTagClassName
{
color: #EE3DEE;
}
</style>
background-color css
<style>
a { background-color: #EE3DEE; }
a { background-color: rgb(238,61,238); }
div.DivClassName
{
background-color: #EE3DEE;
}
.BgClassName
{
background-color: #EE3DEE;
}
</style>
border-color css
<style>
span { border-color: #EE3DEE; }
span { border-color: rgb(238,61,238); }
td.TdClassName
{
border-color: #EE3DEE;
}
.TagClassName
{
border-color: #EE3DEE;
}
</style>