Html Css Color HEX #EA66DB Free Speech Magenta
📋 copy color: '#EA66DB'red 234 ◦ green 102 ◦ blue 219
Shades of Free Speech Magenta #EA66DB
Tints of Free Speech Magenta #EA66DB
RGB
CMYK
RGB Variations
Color information
#EA66DB (or 0xEA66DB) is known color: Free Speech Magenta. HEX triplet: EA, 66 and DB. RGB value is (234,102,219). Sum of RGB (Red+Green+Blue) = 234+102+219=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66DB is #159924. Grayscale: #9A9A9A. Windows color (decimal): -1415461 or 14378730. OLE color: 14378730.
HSL color Cylindrical-coordinate representation of color #EA66DB: hue angle of 306.82º 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 #EA66DB is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 219 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.08 |
| HSL | 306.82º | 0.76% | 0.66% | - |
| HSV(B) | 306.82º | 0.56% | 0.92% | - |
| XYZ | 51.47 | 32.11 | 70.5 | - |
| YUV | 154.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 219 | 0 | 0.56 | 0.06 | 0.08 | 306.82 | 0.76 | 0.66 |
| Hex | EA | 66 | DB | 0 | 38 | 6 | 8 | 133 | 4C | 42 |
| Octal | 352 | 146 | 333 | 0 | 70 | 6 | 10 | 463 | 114 | 102 |
| Binary | 11101010 | 1100110 | 11011011 | 0 | 111000 | 110 | 1000 | 100110011 | 1001100 | 1000010 |
Color Harmonies of #EA66DB
Complementary color
Monochromatic Colors of #EA66DB
Black with #EA66DB
Text Example
Text Example
White with #EA66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA66DB; }
p { color: rgb(234,102,219); }
H1.HeaderClassName
{
color: #EA66DB;
}
.AnyTagClassName
{
color: #EA66DB;
}
</style>
background-color css
<style>
a { background-color: #EA66DB; }
a { background-color: rgb(234,102,219); }
div.DivClassName
{
background-color: #EA66DB;
}
.BgClassName
{
background-color: #EA66DB;
}
</style>
border-color css
<style>
span { border-color: #EA66DB; }
span { border-color: rgb(234,102,219); }
td.TdClassName
{
border-color: #EA66DB;
}
.TagClassName
{
border-color: #EA66DB;
}
</style>