Html Css Color HEX #E953BC Free Speech Magenta
📋 copy color: '#E953BC'red 233 ◦ green 83 ◦ blue 188
Shades of Free Speech Magenta #E953BC
Tints of Free Speech Magenta #E953BC
RGB
CMYK
RGB Variations
Color information
#E953BC (or 0xE953BC) is known color: Free Speech Magenta. HEX triplet: E9, 53 and BC. RGB value is (233,83,188). Sum of RGB (Red+Green+Blue) = 233+83+188=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E953BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953BC is #16AC43. Grayscale: #8B8B8B. Windows color (decimal): -1485892 or 12342249. OLE color: 12342249.
HSL color Cylindrical-coordinate representation of color #E953BC: hue angle of 318º 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 #E953BC is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 188 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.09 |
| HSL | 318º | 0.77% | 0.62% | - |
| HSV(B) | 318º | 0.64% | 0.91% | - |
| XYZ | 45.77 | 27.14 | 50.4 | - |
| YUV | 139.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 188 | 0 | 0.64 | 0.19 | 0.09 | 318 | 0.77 | 0.62 |
| Hex | E9 | 53 | BC | 0 | 40 | 13 | 9 | 13E | 4D | 3E |
| Octal | 351 | 123 | 274 | 0 | 100 | 23 | 11 | 476 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10111100 | 0 | 1000000 | 10011 | 1001 | 100111110 | 1001101 | 111110 |
Color Harmonies of #E953BC
Complementary color
Monochromatic Colors of #E953BC
Black with #E953BC
Text Example
Text Example
White with #E953BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953BC; }
p { color: rgb(233,83,188); }
H1.HeaderClassName
{
color: #E953BC;
}
.AnyTagClassName
{
color: #E953BC;
}
</style>
background-color css
<style>
a { background-color: #E953BC; }
a { background-color: rgb(233,83,188); }
div.DivClassName
{
background-color: #E953BC;
}
.BgClassName
{
background-color: #E953BC;
}
</style>
border-color css
<style>
span { border-color: #E953BC; }
span { border-color: rgb(233,83,188); }
td.TdClassName
{
border-color: #E953BC;
}
.TagClassName
{
border-color: #E953BC;
}
</style>