Html Css Color HEX #EE50DB Free Speech Magenta
📋 copy color: '#EE50DB'red 238 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #EE50DB
Tints of Free Speech Magenta #EE50DB
RGB
CMYK
RGB Variations
Color information
#EE50DB (or 0xEE50DB) is known color: Free Speech Magenta. HEX triplet: EE, 50 and DB. RGB value is (238,80,219). Sum of RGB (Red+Green+Blue) = 238+80+219=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50DB is #11AF24. Grayscale: #8E8E8E. Windows color (decimal): -1158949 or 14373102. OLE color: 14373102.
HSL color Cylindrical-coordinate representation of color #EE50DB: hue angle of 307.22º 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 #EE50DB is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 219 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.07 |
| HSL | 307.22º | 0.82% | 0.62% | - |
| HSV(B) | 307.22º | 0.66% | 0.93% | - |
| XYZ | 50.91 | 29.03 | 69.94 | - |
| YUV | 143.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 219 | 0 | 0.66 | 0.08 | 0.07 | 307.22 | 0.82 | 0.62 |
| Hex | EE | 50 | DB | 0 | 42 | 8 | 7 | 133 | 52 | 3E |
| Octal | 356 | 120 | 333 | 0 | 102 | 10 | 7 | 463 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11011011 | 0 | 1000010 | 1000 | 111 | 100110011 | 1010010 | 111110 |
Color Harmonies of #EE50DB
Complementary color
Monochromatic Colors of #EE50DB
Black with #EE50DB
Text Example
Text Example
White with #EE50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50DB; }
p { color: rgb(238,80,219); }
H1.HeaderClassName
{
color: #EE50DB;
}
.AnyTagClassName
{
color: #EE50DB;
}
</style>
background-color css
<style>
a { background-color: #EE50DB; }
a { background-color: rgb(238,80,219); }
div.DivClassName
{
background-color: #EE50DB;
}
.BgClassName
{
background-color: #EE50DB;
}
</style>
border-color css
<style>
span { border-color: #EE50DB; }
span { border-color: rgb(238,80,219); }
td.TdClassName
{
border-color: #EE50DB;
}
.TagClassName
{
border-color: #EE50DB;
}
</style>