Html Css Color HEX #EE42DC Free Speech Magenta
📋 copy color: '#EE42DC'red 238 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #EE42DC
Tints of Free Speech Magenta #EE42DC
RGB
CMYK
RGB Variations
Color information
#EE42DC (or 0xEE42DC) is known color: Free Speech Magenta. HEX triplet: EE, 42 and DC. RGB value is (238,66,220). Sum of RGB (Red+Green+Blue) = 238+66+220=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42DC is #11BD23. Grayscale: #868686. Windows color (decimal): -1162532 or 14435054. OLE color: 14435054.
HSL color Cylindrical-coordinate representation of color #EE42DC: hue angle of 306.28º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42DC is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 220 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.07 |
| HSL | 306.28º | 0.83% | 0.6% | - |
| HSV(B) | 306.28º | 0.72% | 0.93% | - |
| XYZ | 50.13 | 27.24 | 70.33 | - |
| YUV | 134.98 | 175.98 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 220 | 0 | 0.72 | 0.08 | 0.07 | 306.28 | 0.83 | 0.6 |
| Hex | EE | 42 | DC | 0 | 48 | 8 | 7 | 132 | 53 | 3C |
| Octal | 356 | 102 | 334 | 0 | 110 | 10 | 7 | 462 | 123 | 74 |
| Binary | 11101110 | 1000010 | 11011100 | 0 | 1001000 | 1000 | 111 | 100110010 | 1010011 | 111100 |
Color Harmonies of #EE42DC
Complementary color
Monochromatic Colors of #EE42DC
Black with #EE42DC
Text Example
Text Example
White with #EE42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42DC; }
p { color: rgb(238,66,220); }
H1.HeaderClassName
{
color: #EE42DC;
}
.AnyTagClassName
{
color: #EE42DC;
}
</style>
background-color css
<style>
a { background-color: #EE42DC; }
a { background-color: rgb(238,66,220); }
div.DivClassName
{
background-color: #EE42DC;
}
.BgClassName
{
background-color: #EE42DC;
}
</style>
border-color css
<style>
span { border-color: #EE42DC; }
span { border-color: rgb(238,66,220); }
td.TdClassName
{
border-color: #EE42DC;
}
.TagClassName
{
border-color: #EE42DC;
}
</style>