Html Css Color HEX #EB42D3 Free Speech Magenta
📋 copy color: '#EB42D3'red 235 ◦ green 66 ◦ blue 211
Shades of Free Speech Magenta #EB42D3
Tints of Free Speech Magenta #EB42D3
RGB
CMYK
RGB Variations
Color information
#EB42D3 (or 0xEB42D3) is known color: Free Speech Magenta. HEX triplet: EB, 42 and D3. RGB value is (235,66,211). Sum of RGB (Red+Green+Blue) = 235+66+211=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42D3 is #14BD2C. Grayscale: #848484. Windows color (decimal): -1359149 or 13845227. OLE color: 13845227.
HSL color Cylindrical-coordinate representation of color #EB42D3: hue angle of 308.52º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB42D3 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 66 | 211 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.08 |
| HSL | 308.52º | 0.81% | 0.59% | - |
| HSV(B) | 308.52º | 0.72% | 0.92% | - |
| XYZ | 47.97 | 26.26 | 64.17 | - |
| YUV | 133.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 66 | 211 | 0 | 0.72 | 0.10 | 0.08 | 308.52 | 0.81 | 0.59 |
| Hex | EB | 42 | D3 | 0 | 48 | A | 8 | 135 | 51 | 3B |
| Octal | 353 | 102 | 323 | 0 | 110 | 12 | 10 | 465 | 121 | 73 |
| Binary | 11101011 | 1000010 | 11010011 | 0 | 1001000 | 1010 | 1000 | 100110101 | 1010001 | 111011 |
Color Harmonies of #EB42D3
Complementary color
Monochromatic Colors of #EB42D3
Black with #EB42D3
Text Example
Text Example
White with #EB42D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB42D3; }
p { color: rgb(235,66,211); }
H1.HeaderClassName
{
color: #EB42D3;
}
.AnyTagClassName
{
color: #EB42D3;
}
</style>
background-color css
<style>
a { background-color: #EB42D3; }
a { background-color: rgb(235,66,211); }
div.DivClassName
{
background-color: #EB42D3;
}
.BgClassName
{
background-color: #EB42D3;
}
</style>
border-color css
<style>
span { border-color: #EB42D3; }
span { border-color: rgb(235,66,211); }
td.TdClassName
{
border-color: #EB42D3;
}
.TagClassName
{
border-color: #EB42D3;
}
</style>