Html Css Color HEX #EE4BDC Free Speech Magenta
📋 copy color: '#EE4BDC'red 238 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #EE4BDC
Tints of Free Speech Magenta #EE4BDC
RGB
CMYK
RGB Variations
Color information
#EE4BDC (or 0xEE4BDC) is known color: Free Speech Magenta. HEX triplet: EE, 4B and DC. RGB value is (238,75,220). Sum of RGB (Red+Green+Blue) = 238+75+220=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BDC is #11B423. Grayscale: #8B8B8B. Windows color (decimal): -1160228 or 14437358. OLE color: 14437358.
HSL color Cylindrical-coordinate representation of color #EE4BDC: hue angle of 306.63º 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 #EE4BDC is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 75 | 220 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.07 |
| HSL | 306.63º | 0.83% | 0.61% | - |
| HSV(B) | 306.63º | 0.68% | 0.93% | - |
| XYZ | 50.69 | 28.38 | 70.52 | - |
| YUV | 140.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 220 | 0 | 0.68 | 0.08 | 0.07 | 306.63 | 0.83 | 0.61 |
| Hex | EE | 4B | DC | 0 | 44 | 8 | 7 | 133 | 53 | 3D |
| Octal | 356 | 113 | 334 | 0 | 104 | 10 | 7 | 463 | 123 | 75 |
| Binary | 11101110 | 1001011 | 11011100 | 0 | 1000100 | 1000 | 111 | 100110011 | 1010011 | 111101 |
Color Harmonies of #EE4BDC
Complementary color
Monochromatic Colors of #EE4BDC
Black with #EE4BDC
Text Example
Text Example
White with #EE4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4BDC; }
p { color: rgb(238,75,220); }
H1.HeaderClassName
{
color: #EE4BDC;
}
.AnyTagClassName
{
color: #EE4BDC;
}
</style>
background-color css
<style>
a { background-color: #EE4BDC; }
a { background-color: rgb(238,75,220); }
div.DivClassName
{
background-color: #EE4BDC;
}
.BgClassName
{
background-color: #EE4BDC;
}
</style>
border-color css
<style>
span { border-color: #EE4BDC; }
span { border-color: rgb(238,75,220); }
td.TdClassName
{
border-color: #EE4BDC;
}
.TagClassName
{
border-color: #EE4BDC;
}
</style>