Html Css Color HEX #EE4BDF Free Speech Magenta
📋 copy color: '#EE4BDF'red 238 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #EE4BDF
Tints of Free Speech Magenta #EE4BDF
RGB
CMYK
RGB Variations
Color information
#EE4BDF (or 0xEE4BDF) is known color: Free Speech Magenta. HEX triplet: EE, 4B and DF. RGB value is (238,75,223). Sum of RGB (Red+Green+Blue) = 238+75+223=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 75 (29.69% from 255 or 13.99% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BDF is #11B420. Grayscale: #8C8C8C. Windows color (decimal): -1160225 or 14633966. OLE color: 14633966.
HSL color Cylindrical-coordinate representation of color #EE4BDF: hue angle of 305.52º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4BDF is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 75 | 223 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.07 |
| HSL | 305.52º | 0.83% | 0.61% | - |
| HSV(B) | 305.52º | 0.68% | 0.93% | - |
| XYZ | 51.1 | 28.54 | 72.63 | - |
| YUV | 140.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 223 | 0 | 0.68 | 0.06 | 0.07 | 305.52 | 0.83 | 0.61 |
| Hex | EE | 4B | DF | 0 | 44 | 6 | 7 | 132 | 53 | 3D |
| Octal | 356 | 113 | 337 | 0 | 104 | 6 | 7 | 462 | 123 | 75 |
| Binary | 11101110 | 1001011 | 11011111 | 0 | 1000100 | 110 | 111 | 100110010 | 1010011 | 111101 |
Color Harmonies of #EE4BDF
Complementary color
Monochromatic Colors of #EE4BDF
Black with #EE4BDF
Text Example
Text Example
White with #EE4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4BDF; }
p { color: rgb(238,75,223); }
H1.HeaderClassName
{
color: #EE4BDF;
}
.AnyTagClassName
{
color: #EE4BDF;
}
</style>
background-color css
<style>
a { background-color: #EE4BDF; }
a { background-color: rgb(238,75,223); }
div.DivClassName
{
background-color: #EE4BDF;
}
.BgClassName
{
background-color: #EE4BDF;
}
</style>
border-color css
<style>
span { border-color: #EE4BDF; }
span { border-color: rgb(238,75,223); }
td.TdClassName
{
border-color: #EE4BDF;
}
.TagClassName
{
border-color: #EE4BDF;
}
</style>