Html Css Color HEX #EE42F2 Free Speech Magenta
📋 copy color: '#EE42F2'red 238 ◦ green 66 ◦ blue 242
Shades of Free Speech Magenta #EE42F2
Tints of Free Speech Magenta #EE42F2
RGB
CMYK
RGB Variations
Color information
#EE42F2 (or 0xEE42F2) is known color: Free Speech Magenta. HEX triplet: EE, 42 and F2. RGB value is (238,66,242). Sum of RGB (Red+Green+Blue) = 238+66+242=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 66 (26.17% from 255 or 12.09% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE42F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42F2 is #11BD0D. Grayscale: #888888. Windows color (decimal): -1162510 or 15876846. OLE color: 15876846.
HSL color Cylindrical-coordinate representation of color #EE42F2: hue angle of 298.64º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE42F2 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 66 | 242 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.05 |
| HSL | 298.64º | 0.87% | 0.6% | - |
| HSV(B) | 298.64º | 0.73% | 0.95% | - |
| XYZ | 53.24 | 28.48 | 86.7 | - |
| YUV | 137.49 | 186.98 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 242 | 0.02 | 0.73 | 0 | 0.05 | 298.64 | 0.87 | 0.6 |
| Hex | EE | 42 | F2 | 2 | 49 | 0 | 5 | 12B | 57 | 3C |
| Octal | 356 | 102 | 362 | 2 | 111 | 0 | 5 | 453 | 127 | 74 |
| Binary | 11101110 | 1000010 | 11110010 | 10 | 1001001 | 0 | 101 | 100101011 | 1010111 | 111100 |
Color Harmonies of #EE42F2
Complementary color
Monochromatic Colors of #EE42F2
Black with #EE42F2
Text Example
Text Example
White with #EE42F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42F2; }
p { color: rgb(238,66,242); }
H1.HeaderClassName
{
color: #EE42F2;
}
.AnyTagClassName
{
color: #EE42F2;
}
</style>
background-color css
<style>
a { background-color: #EE42F2; }
a { background-color: rgb(238,66,242); }
div.DivClassName
{
background-color: #EE42F2;
}
.BgClassName
{
background-color: #EE42F2;
}
</style>
border-color css
<style>
span { border-color: #EE42F2; }
span { border-color: rgb(238,66,242); }
td.TdClassName
{
border-color: #EE42F2;
}
.TagClassName
{
border-color: #EE42F2;
}
</style>