Html Css Color HEX #E95ACB Free Speech Magenta
📋 copy color: '#E95ACB'red 233 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #E95ACB
Tints of Free Speech Magenta #E95ACB
RGB
CMYK
RGB Variations
Color information
#E95ACB (or 0xE95ACB) is known color: Free Speech Magenta. HEX triplet: E9, 5A and CB. RGB value is (233,90,203). Sum of RGB (Red+Green+Blue) = 233+90+203=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E95ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95ACB is #16A534. Grayscale: #919191. Windows color (decimal): -1484085 or 13327081. OLE color: 13327081.
HSL color Cylindrical-coordinate representation of color #E95ACB: hue angle of 312.59º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95ACB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 203 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.09 |
| HSL | 312.59º | 0.76% | 0.63% | - |
| HSV(B) | 312.59º | 0.61% | 0.91% | - |
| XYZ | 48.04 | 28.95 | 59.56 | - |
| YUV | 145.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 203 | 0 | 0.61 | 0.13 | 0.09 | 312.59 | 0.76 | 0.63 |
| Hex | E9 | 5A | CB | 0 | 3D | D | 9 | 139 | 4C | 3F |
| Octal | 351 | 132 | 313 | 0 | 75 | 15 | 11 | 471 | 114 | 77 |
| Binary | 11101001 | 1011010 | 11001011 | 0 | 111101 | 1101 | 1001 | 100111001 | 1001100 | 111111 |
Color Harmonies of #E95ACB
Complementary color
Monochromatic Colors of #E95ACB
Black with #E95ACB
Text Example
Text Example
White with #E95ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95ACB; }
p { color: rgb(233,90,203); }
H1.HeaderClassName
{
color: #E95ACB;
}
.AnyTagClassName
{
color: #E95ACB;
}
</style>
background-color css
<style>
a { background-color: #E95ACB; }
a { background-color: rgb(233,90,203); }
div.DivClassName
{
background-color: #E95ACB;
}
.BgClassName
{
background-color: #E95ACB;
}
</style>
border-color css
<style>
span { border-color: #E95ACB; }
span { border-color: rgb(233,90,203); }
td.TdClassName
{
border-color: #E95ACB;
}
.TagClassName
{
border-color: #E95ACB;
}
</style>