Html Css Color HEX #E254BD Free Speech Magenta
📋 copy color: '#E254BD'red 226 ◦ green 84 ◦ blue 189
Shades of Free Speech Magenta #E254BD
Tints of Free Speech Magenta #E254BD
RGB
CMYK
RGB Variations
Color information
#E254BD (or 0xE254BD) is known color: Free Speech Magenta. HEX triplet: E2, 54 and BD. RGB value is (226,84,189). Sum of RGB (Red+Green+Blue) = 226+84+189=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E254BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254BD is #1DAB42. Grayscale: #8A8A8A. Windows color (decimal): -1944387 or 12408034. OLE color: 12408034.
HSL color Cylindrical-coordinate representation of color #E254BD: hue angle of 315.63º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E254BD is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 189 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.11 |
| HSL | 315.63º | 0.71% | 0.61% | - |
| HSV(B) | 315.63º | 0.63% | 0.89% | - |
| XYZ | 43.72 | 26.18 | 50.89 | - |
| YUV | 138.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 189 | 0 | 0.63 | 0.16 | 0.11 | 315.63 | 0.71 | 0.61 |
| Hex | E2 | 54 | BD | 0 | 3F | 10 | B | 13C | 47 | 3D |
| Octal | 342 | 124 | 275 | 0 | 77 | 20 | 13 | 474 | 107 | 75 |
| Binary | 11100010 | 1010100 | 10111101 | 0 | 111111 | 10000 | 1011 | 100111100 | 1000111 | 111101 |
Color Harmonies of #E254BD
Complementary color
Monochromatic Colors of #E254BD
Black with #E254BD
Text Example
Text Example
White with #E254BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254BD; }
p { color: rgb(226,84,189); }
H1.HeaderClassName
{
color: #E254BD;
}
.AnyTagClassName
{
color: #E254BD;
}
</style>
background-color css
<style>
a { background-color: #E254BD; }
a { background-color: rgb(226,84,189); }
div.DivClassName
{
background-color: #E254BD;
}
.BgClassName
{
background-color: #E254BD;
}
</style>
border-color css
<style>
span { border-color: #E254BD; }
span { border-color: rgb(226,84,189); }
td.TdClassName
{
border-color: #E254BD;
}
.TagClassName
{
border-color: #E254BD;
}
</style>