Html Css Color HEX #EE46D2 Free Speech Magenta
📋 copy color: '#EE46D2'red 238 ◦ green 70 ◦ blue 210
Shades of Free Speech Magenta #EE46D2
Tints of Free Speech Magenta #EE46D2
RGB
CMYK
RGB Variations
Color information
#EE46D2 (or 0xEE46D2) is known color: Free Speech Magenta. HEX triplet: EE, 46 and D2. RGB value is (238,70,210). Sum of RGB (Red+Green+Blue) = 238+70+210=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE46D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE46D2 is #11B92D. Grayscale: #878787. Windows color (decimal): -1161518 or 13780718. OLE color: 13780718.
HSL color Cylindrical-coordinate representation of color #EE46D2: hue angle of 310º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE46D2 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 210 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.07 |
| HSL | 310º | 0.83% | 0.6% | - |
| HSV(B) | 310º | 0.71% | 0.93% | - |
| XYZ | 49.08 | 27.21 | 63.64 | - |
| YUV | 136.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 210 | 0 | 0.71 | 0.12 | 0.07 | 310 | 0.83 | 0.6 |
| Hex | EE | 46 | D2 | 0 | 47 | C | 7 | 136 | 53 | 3C |
| Octal | 356 | 106 | 322 | 0 | 107 | 14 | 7 | 466 | 123 | 74 |
| Binary | 11101110 | 1000110 | 11010010 | 0 | 1000111 | 1100 | 111 | 100110110 | 1010011 | 111100 |
Color Harmonies of #EE46D2
Complementary color
Monochromatic Colors of #EE46D2
Black with #EE46D2
Text Example
Text Example
White with #EE46D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE46D2; }
p { color: rgb(238,70,210); }
H1.HeaderClassName
{
color: #EE46D2;
}
.AnyTagClassName
{
color: #EE46D2;
}
</style>
background-color css
<style>
a { background-color: #EE46D2; }
a { background-color: rgb(238,70,210); }
div.DivClassName
{
background-color: #EE46D2;
}
.BgClassName
{
background-color: #EE46D2;
}
</style>
border-color css
<style>
span { border-color: #EE46D2; }
span { border-color: rgb(238,70,210); }
td.TdClassName
{
border-color: #EE46D2;
}
.TagClassName
{
border-color: #EE46D2;
}
</style>