Html Css Color HEX #E953BF Free Speech Magenta
📋 copy color: '#E953BF'red 233 ◦ green 83 ◦ blue 191
Shades of Free Speech Magenta #E953BF
Tints of Free Speech Magenta #E953BF
RGB
CMYK
RGB Variations
Color information
#E953BF (or 0xE953BF) is known color: Free Speech Magenta. HEX triplet: E9, 53 and BF. RGB value is (233,83,191). Sum of RGB (Red+Green+Blue) = 233+83+191=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E953BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953BF is #16AC40. Grayscale: #8B8B8B. Windows color (decimal): -1485889 or 12538857. OLE color: 12538857.
HSL color Cylindrical-coordinate representation of color #E953BF: hue angle of 316.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E953BF is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 191 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.09 |
| HSL | 316.8º | 0.77% | 0.62% | - |
| HSV(B) | 316.8º | 0.64% | 0.91% | - |
| XYZ | 46.1 | 27.27 | 52.12 | - |
| YUV | 140.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 191 | 0 | 0.64 | 0.18 | 0.09 | 316.8 | 0.77 | 0.62 |
| Hex | E9 | 53 | BF | 0 | 40 | 12 | 9 | 13D | 4D | 3E |
| Octal | 351 | 123 | 277 | 0 | 100 | 22 | 11 | 475 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10111111 | 0 | 1000000 | 10010 | 1001 | 100111101 | 1001101 | 111110 |
Color Harmonies of #E953BF
Complementary color
Monochromatic Colors of #E953BF
Black with #E953BF
Text Example
Text Example
White with #E953BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953BF; }
p { color: rgb(233,83,191); }
H1.HeaderClassName
{
color: #E953BF;
}
.AnyTagClassName
{
color: #E953BF;
}
</style>
background-color css
<style>
a { background-color: #E953BF; }
a { background-color: rgb(233,83,191); }
div.DivClassName
{
background-color: #E953BF;
}
.BgClassName
{
background-color: #E953BF;
}
</style>
border-color css
<style>
span { border-color: #E953BF; }
span { border-color: rgb(233,83,191); }
td.TdClassName
{
border-color: #E953BF;
}
.TagClassName
{
border-color: #E953BF;
}
</style>