Html Css Color HEX #E768DB Free Speech Magenta
📋 copy color: '#E768DB'red 231 ◦ green 104 ◦ blue 219
Shades of Free Speech Magenta #E768DB
Tints of Free Speech Magenta #E768DB
RGB
CMYK
RGB Variations
Color information
#E768DB (or 0xE768DB) is known color: Free Speech Magenta. HEX triplet: E7, 68 and DB. RGB value is (231,104,219). Sum of RGB (Red+Green+Blue) = 231+104+219=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E768DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768DB is #189724. Grayscale: #9A9A9A. Windows color (decimal): -1611557 or 14379239. OLE color: 14379239.
HSL color Cylindrical-coordinate representation of color #E768DB: hue angle of 305.67º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E768DB is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 219 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.09 |
| HSL | 305.67º | 0.73% | 0.66% | - |
| HSV(B) | 305.67º | 0.55% | 0.91% | - |
| XYZ | 50.69 | 32 | 70.52 | - |
| YUV | 155.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 219 | 0 | 0.55 | 0.05 | 0.09 | 305.67 | 0.73 | 0.66 |
| Hex | E7 | 68 | DB | 0 | 37 | 5 | 9 | 132 | 49 | 42 |
| Octal | 347 | 150 | 333 | 0 | 67 | 5 | 11 | 462 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11011011 | 0 | 110111 | 101 | 1001 | 100110010 | 1001001 | 1000010 |
Color Harmonies of #E768DB
Complementary color
Monochromatic Colors of #E768DB
Black with #E768DB
Text Example
Text Example
White with #E768DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768DB; }
p { color: rgb(231,104,219); }
H1.HeaderClassName
{
color: #E768DB;
}
.AnyTagClassName
{
color: #E768DB;
}
</style>
background-color css
<style>
a { background-color: #E768DB; }
a { background-color: rgb(231,104,219); }
div.DivClassName
{
background-color: #E768DB;
}
.BgClassName
{
background-color: #E768DB;
}
</style>
border-color css
<style>
span { border-color: #E768DB; }
span { border-color: rgb(231,104,219); }
td.TdClassName
{
border-color: #E768DB;
}
.TagClassName
{
border-color: #E768DB;
}
</style>