Html Css Color HEX #E25CBD Free Speech Magenta
📋 copy color: '#E25CBD'red 226 ◦ green 92 ◦ blue 189
Shades of Free Speech Magenta #E25CBD
Tints of Free Speech Magenta #E25CBD
RGB
CMYK
RGB Variations
Color information
#E25CBD (or 0xE25CBD) is known color: Free Speech Magenta. HEX triplet: E2, 5C and BD. RGB value is (226,92,189). Sum of RGB (Red+Green+Blue) = 226+92+189=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CBD is #1DA342. Grayscale: #8E8E8E. Windows color (decimal): -1942339 or 12410082. OLE color: 12410082.
HSL color Cylindrical-coordinate representation of color #E25CBD: hue angle of 316.57º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CBD is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 189 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.11 |
| HSL | 316.57º | 0.7% | 0.62% | - |
| HSV(B) | 316.57º | 0.59% | 0.89% | - |
| XYZ | 44.38 | 27.5 | 51.11 | - |
| YUV | 143.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 189 | 0 | 0.59 | 0.16 | 0.11 | 316.57 | 0.7 | 0.62 |
| Hex | E2 | 5C | BD | 0 | 3B | 10 | B | 13D | 46 | 3E |
| Octal | 342 | 134 | 275 | 0 | 73 | 20 | 13 | 475 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10111101 | 0 | 111011 | 10000 | 1011 | 100111101 | 1000110 | 111110 |
Color Harmonies of #E25CBD
Complementary color
Monochromatic Colors of #E25CBD
Black with #E25CBD
Text Example
Text Example
White with #E25CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CBD; }
p { color: rgb(226,92,189); }
H1.HeaderClassName
{
color: #E25CBD;
}
.AnyTagClassName
{
color: #E25CBD;
}
</style>
background-color css
<style>
a { background-color: #E25CBD; }
a { background-color: rgb(226,92,189); }
div.DivClassName
{
background-color: #E25CBD;
}
.BgClassName
{
background-color: #E25CBD;
}
</style>
border-color css
<style>
span { border-color: #E25CBD; }
span { border-color: rgb(226,92,189); }
td.TdClassName
{
border-color: #E25CBD;
}
.TagClassName
{
border-color: #E25CBD;
}
</style>