Html Css Color HEX #EA68DB Free Speech Magenta
📋 copy color: '#EA68DB'red 234 ◦ green 104 ◦ blue 219
Shades of Free Speech Magenta #EA68DB
Tints of Free Speech Magenta #EA68DB
RGB
CMYK
RGB Variations
Color information
#EA68DB (or 0xEA68DB) is known color: Free Speech Magenta. HEX triplet: EA, 68 and DB. RGB value is (234,104,219). Sum of RGB (Red+Green+Blue) = 234+104+219=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68DB is #159724. Grayscale: #9B9B9B. Windows color (decimal): -1414949 or 14379242. OLE color: 14379242.
HSL color Cylindrical-coordinate representation of color #EA68DB: hue angle of 306.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA68DB is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 219 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.08 |
| HSL | 306.92º | 0.76% | 0.66% | - |
| HSV(B) | 306.92º | 0.56% | 0.92% | - |
| XYZ | 51.67 | 32.51 | 70.57 | - |
| YUV | 155.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 219 | 0 | 0.56 | 0.06 | 0.08 | 306.92 | 0.76 | 0.66 |
| Hex | EA | 68 | DB | 0 | 38 | 6 | 8 | 133 | 4C | 42 |
| Octal | 352 | 150 | 333 | 0 | 70 | 6 | 10 | 463 | 114 | 102 |
| Binary | 11101010 | 1101000 | 11011011 | 0 | 111000 | 110 | 1000 | 100110011 | 1001100 | 1000010 |
Color Harmonies of #EA68DB
Complementary color
Monochromatic Colors of #EA68DB
Black with #EA68DB
Text Example
Text Example
White with #EA68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA68DB; }
p { color: rgb(234,104,219); }
H1.HeaderClassName
{
color: #EA68DB;
}
.AnyTagClassName
{
color: #EA68DB;
}
</style>
background-color css
<style>
a { background-color: #EA68DB; }
a { background-color: rgb(234,104,219); }
div.DivClassName
{
background-color: #EA68DB;
}
.BgClassName
{
background-color: #EA68DB;
}
</style>
border-color css
<style>
span { border-color: #EA68DB; }
span { border-color: rgb(234,104,219); }
td.TdClassName
{
border-color: #EA68DB;
}
.TagClassName
{
border-color: #EA68DB;
}
</style>