Html Css Color HEX #EE42DD Free Speech Magenta
📋 copy color: '#EE42DD'red 238 ◦ green 66 ◦ blue 221
Shades of Free Speech Magenta #EE42DD
Tints of Free Speech Magenta #EE42DD
RGB
CMYK
RGB Variations
Color information
#EE42DD (or 0xEE42DD) is known color: Free Speech Magenta. HEX triplet: EE, 42 and DD. RGB value is (238,66,221). Sum of RGB (Red+Green+Blue) = 238+66+221=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42DD is #11BD22. Grayscale: #868686. Windows color (decimal): -1162531 or 14500590. OLE color: 14500590.
HSL color Cylindrical-coordinate representation of color #EE42DD: hue angle of 305.93º 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 #EE42DD is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 221 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.07 |
| HSL | 305.93º | 0.83% | 0.6% | - |
| HSV(B) | 305.93º | 0.72% | 0.93% | - |
| XYZ | 50.26 | 27.29 | 71.03 | - |
| YUV | 135.1 | 176.48 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 221 | 0 | 0.72 | 0.07 | 0.07 | 305.93 | 0.83 | 0.6 |
| Hex | EE | 42 | DD | 0 | 48 | 7 | 7 | 132 | 53 | 3C |
| Octal | 356 | 102 | 335 | 0 | 110 | 7 | 7 | 462 | 123 | 74 |
| Binary | 11101110 | 1000010 | 11011101 | 0 | 1001000 | 111 | 111 | 100110010 | 1010011 | 111100 |
Color Harmonies of #EE42DD
Complementary color
Monochromatic Colors of #EE42DD
Black with #EE42DD
Text Example
Text Example
White with #EE42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42DD; }
p { color: rgb(238,66,221); }
H1.HeaderClassName
{
color: #EE42DD;
}
.AnyTagClassName
{
color: #EE42DD;
}
</style>
background-color css
<style>
a { background-color: #EE42DD; }
a { background-color: rgb(238,66,221); }
div.DivClassName
{
background-color: #EE42DD;
}
.BgClassName
{
background-color: #EE42DD;
}
</style>
border-color css
<style>
span { border-color: #EE42DD; }
span { border-color: rgb(238,66,221); }
td.TdClassName
{
border-color: #EE42DD;
}
.TagClassName
{
border-color: #EE42DD;
}
</style>