Html Css Color HEX #EE5BCE Free Speech Magenta
📋 copy color: '#EE5BCE'red 238 ◦ green 91 ◦ blue 206
Shades of Free Speech Magenta #EE5BCE
Tints of Free Speech Magenta #EE5BCE
RGB
CMYK
RGB Variations
Color information
#EE5BCE (or 0xEE5BCE) is known color: Free Speech Magenta. HEX triplet: EE, 5B and CE. RGB value is (238,91,206). Sum of RGB (Red+Green+Blue) = 238+91+206=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5BCE is #11A431. Grayscale: #939393. Windows color (decimal): -1156146 or 13523950. OLE color: 13523950.
HSL color Cylindrical-coordinate representation of color #EE5BCE: hue angle of 313.06º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5BCE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 206 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.07 |
| HSL | 313.06º | 0.81% | 0.65% | - |
| HSV(B) | 313.06º | 0.62% | 0.93% | - |
| XYZ | 50.14 | 30.12 | 61.56 | - |
| YUV | 148.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 206 | 0 | 0.62 | 0.13 | 0.07 | 313.06 | 0.81 | 0.65 |
| Hex | EE | 5B | CE | 0 | 3E | D | 7 | 139 | 51 | 41 |
| Octal | 356 | 133 | 316 | 0 | 76 | 15 | 7 | 471 | 121 | 101 |
| Binary | 11101110 | 1011011 | 11001110 | 0 | 111110 | 1101 | 111 | 100111001 | 1010001 | 1000001 |
Color Harmonies of #EE5BCE
Complementary color
Monochromatic Colors of #EE5BCE
Black with #EE5BCE
Text Example
Text Example
White with #EE5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BCE; }
p { color: rgb(238,91,206); }
H1.HeaderClassName
{
color: #EE5BCE;
}
.AnyTagClassName
{
color: #EE5BCE;
}
</style>
background-color css
<style>
a { background-color: #EE5BCE; }
a { background-color: rgb(238,91,206); }
div.DivClassName
{
background-color: #EE5BCE;
}
.BgClassName
{
background-color: #EE5BCE;
}
</style>
border-color css
<style>
span { border-color: #EE5BCE; }
span { border-color: rgb(238,91,206); }
td.TdClassName
{
border-color: #EE5BCE;
}
.TagClassName
{
border-color: #EE5BCE;
}
</style>