Html Css Color HEX #EE5CDB Free Speech Magenta
📋 copy color: '#EE5CDB'red 238 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #EE5CDB
Tints of Free Speech Magenta #EE5CDB
RGB
CMYK
RGB Variations
Color information
#EE5CDB (or 0xEE5CDB) is known color: Free Speech Magenta. HEX triplet: EE, 5C and DB. RGB value is (238,92,219). Sum of RGB (Red+Green+Blue) = 238+92+219=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5CDB is #11A324. Grayscale: #959595. Windows color (decimal): -1155877 or 14376174. OLE color: 14376174.
HSL color Cylindrical-coordinate representation of color #EE5CDB: hue angle of 307.81º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5CDB is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 92 | 219 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.07 |
| HSL | 307.81º | 0.81% | 0.65% | - |
| HSV(B) | 307.81º | 0.61% | 0.93% | - |
| XYZ | 51.87 | 30.95 | 70.26 | - |
| YUV | 150.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 219 | 0 | 0.61 | 0.08 | 0.07 | 307.81 | 0.81 | 0.65 |
| Hex | EE | 5C | DB | 0 | 3D | 8 | 7 | 134 | 51 | 41 |
| Octal | 356 | 134 | 333 | 0 | 75 | 10 | 7 | 464 | 121 | 101 |
| Binary | 11101110 | 1011100 | 11011011 | 0 | 111101 | 1000 | 111 | 100110100 | 1010001 | 1000001 |
Color Harmonies of #EE5CDB
Complementary color
Monochromatic Colors of #EE5CDB
Black with #EE5CDB
Text Example
Text Example
White with #EE5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5CDB; }
p { color: rgb(238,92,219); }
H1.HeaderClassName
{
color: #EE5CDB;
}
.AnyTagClassName
{
color: #EE5CDB;
}
</style>
background-color css
<style>
a { background-color: #EE5CDB; }
a { background-color: rgb(238,92,219); }
div.DivClassName
{
background-color: #EE5CDB;
}
.BgClassName
{
background-color: #EE5CDB;
}
</style>
border-color css
<style>
span { border-color: #EE5CDB; }
span { border-color: rgb(238,92,219); }
td.TdClassName
{
border-color: #EE5CDB;
}
.TagClassName
{
border-color: #EE5CDB;
}
</style>