Html Css Color HEX #EB40E8 Free Speech Magenta
📋 copy color: '#EB40E8'red 235 ◦ green 64 ◦ blue 232
Shades of Free Speech Magenta #EB40E8
Tints of Free Speech Magenta #EB40E8
RGB
CMYK
RGB Variations
Color information
#EB40E8 (or 0xEB40E8) is known color: Free Speech Magenta. HEX triplet: EB, 40 and E8. RGB value is (235,64,232). Sum of RGB (Red+Green+Blue) = 235+64+232=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB40E8 is #14BF17. Grayscale: #858585. Windows color (decimal): -1359640 or 15220971. OLE color: 15220971.
HSL color Cylindrical-coordinate representation of color #EB40E8: hue angle of 301.05º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB40E8 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 232 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.08 |
| HSL | 301.05º | 0.81% | 0.59% | - |
| HSV(B) | 301.05º | 0.73% | 0.92% | - |
| XYZ | 50.66 | 27.16 | 78.92 | - |
| YUV | 134.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 232 | 0 | 0.73 | 0.01 | 0.08 | 301.05 | 0.81 | 0.59 |
| Hex | EB | 40 | E8 | 0 | 49 | 1 | 8 | 12D | 51 | 3B |
| Octal | 353 | 100 | 350 | 0 | 111 | 1 | 10 | 455 | 121 | 73 |
| Binary | 11101011 | 1000000 | 11101000 | 0 | 1001001 | 1 | 1000 | 100101101 | 1010001 | 111011 |
Color Harmonies of #EB40E8
Complementary color
Monochromatic Colors of #EB40E8
Black with #EB40E8
Text Example
Text Example
White with #EB40E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB40E8; }
p { color: rgb(235,64,232); }
H1.HeaderClassName
{
color: #EB40E8;
}
.AnyTagClassName
{
color: #EB40E8;
}
</style>
background-color css
<style>
a { background-color: #EB40E8; }
a { background-color: rgb(235,64,232); }
div.DivClassName
{
background-color: #EB40E8;
}
.BgClassName
{
background-color: #EB40E8;
}
</style>
border-color css
<style>
span { border-color: #EB40E8; }
span { border-color: rgb(235,64,232); }
td.TdClassName
{
border-color: #EB40E8;
}
.TagClassName
{
border-color: #EB40E8;
}
</style>