Html Css Color HEX #E95ECB Free Speech Magenta
📋 copy color: '#E95ECB'red 233 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #E95ECB
Tints of Free Speech Magenta #E95ECB
RGB
CMYK
RGB Variations
Color information
#E95ECB (or 0xE95ECB) is known color: Free Speech Magenta. HEX triplet: E9, 5E and CB. RGB value is (233,94,203). Sum of RGB (Red+Green+Blue) = 233+94+203=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E95ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95ECB is #16A134. Grayscale: #939393. Windows color (decimal): -1483061 or 13328105. OLE color: 13328105.
HSL color Cylindrical-coordinate representation of color #E95ECB: hue angle of 312.95º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95ECB is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 203 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.09 |
| HSL | 312.95º | 0.76% | 0.64% | - |
| HSV(B) | 312.95º | 0.6% | 0.91% | - |
| XYZ | 48.39 | 29.64 | 59.67 | - |
| YUV | 147.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 203 | 0 | 0.60 | 0.13 | 0.09 | 312.95 | 0.76 | 0.64 |
| Hex | E9 | 5E | CB | 0 | 3C | D | 9 | 139 | 4C | 40 |
| Octal | 351 | 136 | 313 | 0 | 74 | 15 | 11 | 471 | 114 | 100 |
| Binary | 11101001 | 1011110 | 11001011 | 0 | 111100 | 1101 | 1001 | 100111001 | 1001100 | 1000000 |
Color Harmonies of #E95ECB
Complementary color
Monochromatic Colors of #E95ECB
Black with #E95ECB
Text Example
Text Example
White with #E95ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95ECB; }
p { color: rgb(233,94,203); }
H1.HeaderClassName
{
color: #E95ECB;
}
.AnyTagClassName
{
color: #E95ECB;
}
</style>
background-color css
<style>
a { background-color: #E95ECB; }
a { background-color: rgb(233,94,203); }
div.DivClassName
{
background-color: #E95ECB;
}
.BgClassName
{
background-color: #E95ECB;
}
</style>
border-color css
<style>
span { border-color: #E95ECB; }
span { border-color: rgb(233,94,203); }
td.TdClassName
{
border-color: #E95ECB;
}
.TagClassName
{
border-color: #E95ECB;
}
</style>