Html Css Color HEX #EE49DA Free Speech Magenta
📋 copy color: '#EE49DA'red 238 ◦ green 73 ◦ blue 218
Shades of Free Speech Magenta #EE49DA
Tints of Free Speech Magenta #EE49DA
RGB
CMYK
RGB Variations
Color information
#EE49DA (or 0xEE49DA) is known color: Free Speech Magenta. HEX triplet: EE, 49 and DA. RGB value is (238,73,218). Sum of RGB (Red+Green+Blue) = 238+73+218=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE49DA is #11B625. Grayscale: #8A8A8A. Windows color (decimal): -1160742 or 14305774. OLE color: 14305774.
HSL color Cylindrical-coordinate representation of color #EE49DA: hue angle of 307.27º 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 #EE49DA is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 73 | 218 | - |
CMYK | 0 | 0.69 | 0.08 | 0.07 |
HSL | 307.27º | 0.83% | 0.61% | - |
HSV(B) | 307.27º | 0.69% | 0.93% | - |
XYZ | 50.3 | 28 | 69.08 | - |
YUV | 138.87 | 172.66 | 198.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 73 | 218 | 0 | 0.69 | 0.08 | 0.07 | 307.27 | 0.83 | 0.61 |
Hex | EE | 49 | DA | 0 | 45 | 8 | 7 | 133 | 53 | 3D |
Octal | 356 | 111 | 332 | 0 | 105 | 10 | 7 | 463 | 123 | 75 |
Binary | 11101110 | 1001001 | 11011010 | 0 | 1000101 | 1000 | 111 | 100110011 | 1010011 | 111101 |
Color Harmonies of #EE49DA
Complementary color
Monochromatic Colors of #EE49DA
Black with #EE49DA
Text Example
Text Example
White with #EE49DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49DA; }
p { color: rgb(238,73,218); }
H1.HeaderClassName
{
color: #EE49DA;
}
.AnyTagClassName
{
color: #EE49DA;
}
</style>
background-color css
<style>
a { background-color: #EE49DA; }
a { background-color: rgb(238,73,218); }
div.DivClassName
{
background-color: #EE49DA;
}
.BgClassName
{
background-color: #EE49DA;
}
</style>
border-color css
<style>
span { border-color: #EE49DA; }
span { border-color: rgb(238,73,218); }
td.TdClassName
{
border-color: #EE49DA;
}
.TagClassName
{
border-color: #EE49DA;
}
</style>