Html Css Color HEX #EE50CF Free Speech Magenta
📋 copy color: '#EE50CF'red 238 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #EE50CF
Tints of Free Speech Magenta #EE50CF
RGB
CMYK
RGB Variations
Color information
#EE50CF (or 0xEE50CF) is known color: Free Speech Magenta. HEX triplet: EE, 50 and CF. RGB value is (238,80,207). Sum of RGB (Red+Green+Blue) = 238+80+207=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50CF is #11AF30. Grayscale: #8D8D8D. Windows color (decimal): -1158961 or 13586670. OLE color: 13586670.
HSL color Cylindrical-coordinate representation of color #EE50CF: hue angle of 311.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50CF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 207 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.07 |
| HSL | 311.77º | 0.82% | 0.62% | - |
| HSV(B) | 311.77º | 0.66% | 0.93% | - |
| XYZ | 49.39 | 28.42 | 61.91 | - |
| YUV | 141.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 207 | 0 | 0.66 | 0.13 | 0.07 | 311.77 | 0.82 | 0.62 |
| Hex | EE | 50 | CF | 0 | 42 | D | 7 | 138 | 52 | 3E |
| Octal | 356 | 120 | 317 | 0 | 102 | 15 | 7 | 470 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11001111 | 0 | 1000010 | 1101 | 111 | 100111000 | 1010010 | 111110 |
Color Harmonies of #EE50CF
Complementary color
Monochromatic Colors of #EE50CF
Black with #EE50CF
Text Example
Text Example
White with #EE50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50CF; }
p { color: rgb(238,80,207); }
H1.HeaderClassName
{
color: #EE50CF;
}
.AnyTagClassName
{
color: #EE50CF;
}
</style>
background-color css
<style>
a { background-color: #EE50CF; }
a { background-color: rgb(238,80,207); }
div.DivClassName
{
background-color: #EE50CF;
}
.BgClassName
{
background-color: #EE50CF;
}
</style>
border-color css
<style>
span { border-color: #EE50CF; }
span { border-color: rgb(238,80,207); }
td.TdClassName
{
border-color: #EE50CF;
}
.TagClassName
{
border-color: #EE50CF;
}
</style>