Html Css Color HEX #E95ADB Free Speech Magenta
📋 copy color: '#E95ADB'red 233 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #E95ADB
Tints of Free Speech Magenta #E95ADB
RGB
CMYK
RGB Variations
Color information
#E95ADB (or 0xE95ADB) is known color: Free Speech Magenta. HEX triplet: E9, 5A and DB. RGB value is (233,90,219). Sum of RGB (Red+Green+Blue) = 233+90+219=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E95ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95ADB is #16A524. Grayscale: #939393. Windows color (decimal): -1484069 or 14375657. OLE color: 14375657.
HSL color Cylindrical-coordinate representation of color #E95ADB: hue angle of 305.87º 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 #E95ADB is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 219 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.09 |
| HSL | 305.87º | 0.76% | 0.63% | - |
| HSV(B) | 305.87º | 0.61% | 0.91% | - |
| XYZ | 50.05 | 29.75 | 70.12 | - |
| YUV | 147.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 219 | 0 | 0.61 | 0.06 | 0.09 | 305.87 | 0.76 | 0.63 |
| Hex | E9 | 5A | DB | 0 | 3D | 6 | 9 | 132 | 4C | 3F |
| Octal | 351 | 132 | 333 | 0 | 75 | 6 | 11 | 462 | 114 | 77 |
| Binary | 11101001 | 1011010 | 11011011 | 0 | 111101 | 110 | 1001 | 100110010 | 1001100 | 111111 |
Color Harmonies of #E95ADB
Complementary color
Monochromatic Colors of #E95ADB
Black with #E95ADB
Text Example
Text Example
White with #E95ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95ADB; }
p { color: rgb(233,90,219); }
H1.HeaderClassName
{
color: #E95ADB;
}
.AnyTagClassName
{
color: #E95ADB;
}
</style>
background-color css
<style>
a { background-color: #E95ADB; }
a { background-color: rgb(233,90,219); }
div.DivClassName
{
background-color: #E95ADB;
}
.BgClassName
{
background-color: #E95ADB;
}
</style>
border-color css
<style>
span { border-color: #E95ADB; }
span { border-color: rgb(233,90,219); }
td.TdClassName
{
border-color: #E95ADB;
}
.TagClassName
{
border-color: #E95ADB;
}
</style>