Html Css Color HEX #E94EDB Free Speech Magenta
📋 copy color: '#E94EDB'red 233 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #E94EDB
Tints of Free Speech Magenta #E94EDB
RGB
CMYK
RGB Variations
Color information
#E94EDB (or 0xE94EDB) is known color: Free Speech Magenta. HEX triplet: E9, 4E and DB. RGB value is (233,78,219). Sum of RGB (Red+Green+Blue) = 233+78+219=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E94EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94EDB is #16B124. Grayscale: #8C8C8C. Windows color (decimal): -1487141 or 14372585. OLE color: 14372585.
HSL color Cylindrical-coordinate representation of color #E94EDB: hue angle of 305.42º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94EDB is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 219 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.09 |
| HSL | 305.42º | 0.78% | 0.61% | - |
| HSV(B) | 305.42º | 0.67% | 0.91% | - |
| XYZ | 49.11 | 27.89 | 69.81 | - |
| YUV | 140.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 219 | 0 | 0.67 | 0.06 | 0.09 | 305.42 | 0.78 | 0.61 |
| Hex | E9 | 4E | DB | 0 | 43 | 6 | 9 | 131 | 4E | 3D |
| Octal | 351 | 116 | 333 | 0 | 103 | 6 | 11 | 461 | 116 | 75 |
| Binary | 11101001 | 1001110 | 11011011 | 0 | 1000011 | 110 | 1001 | 100110001 | 1001110 | 111101 |
Color Harmonies of #E94EDB
Complementary color
Monochromatic Colors of #E94EDB
Black with #E94EDB
Text Example
Text Example
White with #E94EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94EDB; }
p { color: rgb(233,78,219); }
H1.HeaderClassName
{
color: #E94EDB;
}
.AnyTagClassName
{
color: #E94EDB;
}
</style>
background-color css
<style>
a { background-color: #E94EDB; }
a { background-color: rgb(233,78,219); }
div.DivClassName
{
background-color: #E94EDB;
}
.BgClassName
{
background-color: #E94EDB;
}
</style>
border-color css
<style>
span { border-color: #E94EDB; }
span { border-color: rgb(233,78,219); }
td.TdClassName
{
border-color: #E94EDB;
}
.TagClassName
{
border-color: #E94EDB;
}
</style>