Html Css Color HEX #EE50CC Free Speech Magenta
📋 copy color: '#EE50CC'red 238 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #EE50CC
Tints of Free Speech Magenta #EE50CC
RGB
CMYK
RGB Variations
Color information
#EE50CC (or 0xEE50CC) is known color: Free Speech Magenta. HEX triplet: EE, 50 and CC. RGB value is (238,80,204). Sum of RGB (Red+Green+Blue) = 238+80+204=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50CC is #11AF33. Grayscale: #8D8D8D. Windows color (decimal): -1158964 or 13390062. OLE color: 13390062.
HSL color Cylindrical-coordinate representation of color #EE50CC: hue angle of 312.91º 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 #EE50CC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 204 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.07 |
| HSL | 312.91º | 0.82% | 0.62% | - |
| HSV(B) | 312.91º | 0.66% | 0.93% | - |
| XYZ | 49.03 | 28.27 | 60 | - |
| YUV | 141.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 204 | 0 | 0.66 | 0.14 | 0.07 | 312.91 | 0.82 | 0.62 |
| Hex | EE | 50 | CC | 0 | 42 | E | 7 | 139 | 52 | 3E |
| Octal | 356 | 120 | 314 | 0 | 102 | 16 | 7 | 471 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11001100 | 0 | 1000010 | 1110 | 111 | 100111001 | 1010010 | 111110 |
Color Harmonies of #EE50CC
Complementary color
Monochromatic Colors of #EE50CC
Black with #EE50CC
Text Example
Text Example
White with #EE50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50CC; }
p { color: rgb(238,80,204); }
H1.HeaderClassName
{
color: #EE50CC;
}
.AnyTagClassName
{
color: #EE50CC;
}
</style>
background-color css
<style>
a { background-color: #EE50CC; }
a { background-color: rgb(238,80,204); }
div.DivClassName
{
background-color: #EE50CC;
}
.BgClassName
{
background-color: #EE50CC;
}
</style>
border-color css
<style>
span { border-color: #EE50CC; }
span { border-color: rgb(238,80,204); }
td.TdClassName
{
border-color: #EE50CC;
}
.TagClassName
{
border-color: #EE50CC;
}
</style>