Html Css Color HEX #EE4ADC Free Speech Magenta
📋 copy color: '#EE4ADC'red 238 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #EE4ADC
Tints of Free Speech Magenta #EE4ADC
RGB
CMYK
RGB Variations
Color information
#EE4ADC (or 0xEE4ADC) is known color: Free Speech Magenta. HEX triplet: EE, 4A and DC. RGB value is (238,74,220). Sum of RGB (Red+Green+Blue) = 238+74+220=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4ADC is #11B523. Grayscale: #8B8B8B. Windows color (decimal): -1160484 or 14437102. OLE color: 14437102.
HSL color Cylindrical-coordinate representation of color #EE4ADC: hue angle of 306.59º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4ADC is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 220 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.07 |
| HSL | 306.59º | 0.83% | 0.61% | - |
| HSV(B) | 306.59º | 0.69% | 0.93% | - |
| XYZ | 50.63 | 28.24 | 70.49 | - |
| YUV | 139.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 220 | 0 | 0.69 | 0.08 | 0.07 | 306.59 | 0.83 | 0.61 |
| Hex | EE | 4A | DC | 0 | 45 | 8 | 7 | 133 | 53 | 3D |
| Octal | 356 | 112 | 334 | 0 | 105 | 10 | 7 | 463 | 123 | 75 |
| Binary | 11101110 | 1001010 | 11011100 | 0 | 1000101 | 1000 | 111 | 100110011 | 1010011 | 111101 |
Color Harmonies of #EE4ADC
Complementary color
Monochromatic Colors of #EE4ADC
Black with #EE4ADC
Text Example
Text Example
White with #EE4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4ADC; }
p { color: rgb(238,74,220); }
H1.HeaderClassName
{
color: #EE4ADC;
}
.AnyTagClassName
{
color: #EE4ADC;
}
</style>
background-color css
<style>
a { background-color: #EE4ADC; }
a { background-color: rgb(238,74,220); }
div.DivClassName
{
background-color: #EE4ADC;
}
.BgClassName
{
background-color: #EE4ADC;
}
</style>
border-color css
<style>
span { border-color: #EE4ADC; }
span { border-color: rgb(238,74,220); }
td.TdClassName
{
border-color: #EE4ADC;
}
.TagClassName
{
border-color: #EE4ADC;
}
</style>