Html Css Color HEX #EE4ACC Free Speech Magenta
📋 copy color: '#EE4ACC'red 238 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #EE4ACC
Tints of Free Speech Magenta #EE4ACC
RGB
CMYK
RGB Variations
Color information
#EE4ACC (or 0xEE4ACC) is known color: Free Speech Magenta. HEX triplet: EE, 4A and CC. RGB value is (238,74,204). Sum of RGB (Red+Green+Blue) = 238+74+204=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4ACC is #11B533. Grayscale: #898989. Windows color (decimal): -1160500 or 13388526. OLE color: 13388526.
HSL color Cylindrical-coordinate representation of color #EE4ACC: hue angle of 312.44º 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 #EE4ACC is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 204 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.07 |
| HSL | 312.44º | 0.83% | 0.61% | - |
| HSV(B) | 312.44º | 0.69% | 0.93% | - |
| XYZ | 48.61 | 27.43 | 59.86 | - |
| YUV | 137.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 204 | 0 | 0.69 | 0.14 | 0.07 | 312.44 | 0.83 | 0.61 |
| Hex | EE | 4A | CC | 0 | 45 | E | 7 | 138 | 53 | 3D |
| Octal | 356 | 112 | 314 | 0 | 105 | 16 | 7 | 470 | 123 | 75 |
| Binary | 11101110 | 1001010 | 11001100 | 0 | 1000101 | 1110 | 111 | 100111000 | 1010011 | 111101 |
Color Harmonies of #EE4ACC
Complementary color
Monochromatic Colors of #EE4ACC
Black with #EE4ACC
Text Example
Text Example
White with #EE4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4ACC; }
p { color: rgb(238,74,204); }
H1.HeaderClassName
{
color: #EE4ACC;
}
.AnyTagClassName
{
color: #EE4ACC;
}
</style>
background-color css
<style>
a { background-color: #EE4ACC; }
a { background-color: rgb(238,74,204); }
div.DivClassName
{
background-color: #EE4ACC;
}
.BgClassName
{
background-color: #EE4ACC;
}
</style>
border-color css
<style>
span { border-color: #EE4ACC; }
span { border-color: rgb(238,74,204); }
td.TdClassName
{
border-color: #EE4ACC;
}
.TagClassName
{
border-color: #EE4ACC;
}
</style>