Html Css Color HEX #EB49D2 Free Speech Magenta
📋 copy color: '#EB49D2'red 235 ◦ green 73 ◦ blue 210
Shades of Free Speech Magenta #EB49D2
Tints of Free Speech Magenta #EB49D2
RGB
CMYK
RGB Variations
Color information
#EB49D2 (or 0xEB49D2) is known color: Free Speech Magenta. HEX triplet: EB, 49 and D2. RGB value is (235,73,210). Sum of RGB (Red+Green+Blue) = 235+73+210=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49D2 is #14B62D. Grayscale: #888888. Windows color (decimal): -1357358 or 13781483. OLE color: 13781483.
HSL color Cylindrical-coordinate representation of color #EB49D2: hue angle of 309.26º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB49D2 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 210 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.08 |
| HSL | 309.26º | 0.8% | 0.6% | - |
| HSV(B) | 309.26º | 0.69% | 0.92% | - |
| XYZ | 48.28 | 27.08 | 63.66 | - |
| YUV | 137.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 210 | 0 | 0.69 | 0.11 | 0.08 | 309.26 | 0.8 | 0.6 |
| Hex | EB | 49 | D2 | 0 | 45 | B | 8 | 135 | 50 | 3C |
| Octal | 353 | 111 | 322 | 0 | 105 | 13 | 10 | 465 | 120 | 74 |
| Binary | 11101011 | 1001001 | 11010010 | 0 | 1000101 | 1011 | 1000 | 100110101 | 1010000 | 111100 |
Color Harmonies of #EB49D2
Complementary color
Monochromatic Colors of #EB49D2
Black with #EB49D2
Text Example
Text Example
White with #EB49D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB49D2; }
p { color: rgb(235,73,210); }
H1.HeaderClassName
{
color: #EB49D2;
}
.AnyTagClassName
{
color: #EB49D2;
}
</style>
background-color css
<style>
a { background-color: #EB49D2; }
a { background-color: rgb(235,73,210); }
div.DivClassName
{
background-color: #EB49D2;
}
.BgClassName
{
background-color: #EB49D2;
}
</style>
border-color css
<style>
span { border-color: #EB49D2; }
span { border-color: rgb(235,73,210); }
td.TdClassName
{
border-color: #EB49D2;
}
.TagClassName
{
border-color: #EB49D2;
}
</style>