Html Css Color HEX #E75ADB Free Speech Magenta
📋 copy color: '#E75ADB'red 231 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #E75ADB
Tints of Free Speech Magenta #E75ADB
RGB
CMYK
RGB Variations
Color information
#E75ADB (or 0xE75ADB) is known color: Free Speech Magenta. HEX triplet: E7, 5A and DB. RGB value is (231,90,219). Sum of RGB (Red+Green+Blue) = 231+90+219=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ADB is #18A524. Grayscale: #929292. Windows color (decimal): -1615141 or 14375655. OLE color: 14375655.
HSL color Cylindrical-coordinate representation of color #E75ADB: hue angle of 305.11º degrees, saturation: 0.75, 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 #E75ADB is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 219 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.09 |
| HSL | 305.11º | 0.75% | 0.63% | - |
| HSV(B) | 305.11º | 0.61% | 0.91% | - |
| XYZ | 49.4 | 29.42 | 70.09 | - |
| YUV | 146.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 219 | 0 | 0.61 | 0.05 | 0.09 | 305.11 | 0.75 | 0.63 |
| Hex | E7 | 5A | DB | 0 | 3D | 5 | 9 | 131 | 4B | 3F |
| Octal | 347 | 132 | 333 | 0 | 75 | 5 | 11 | 461 | 113 | 77 |
| Binary | 11100111 | 1011010 | 11011011 | 0 | 111101 | 101 | 1001 | 100110001 | 1001011 | 111111 |
Color Harmonies of #E75ADB
Complementary color
Monochromatic Colors of #E75ADB
Black with #E75ADB
Text Example
Text Example
White with #E75ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75ADB; }
p { color: rgb(231,90,219); }
H1.HeaderClassName
{
color: #E75ADB;
}
.AnyTagClassName
{
color: #E75ADB;
}
</style>
background-color css
<style>
a { background-color: #E75ADB; }
a { background-color: rgb(231,90,219); }
div.DivClassName
{
background-color: #E75ADB;
}
.BgClassName
{
background-color: #E75ADB;
}
</style>
border-color css
<style>
span { border-color: #E75ADB; }
span { border-color: rgb(231,90,219); }
td.TdClassName
{
border-color: #E75ADB;
}
.TagClassName
{
border-color: #E75ADB;
}
</style>