Html Css Color HEX #EA47DB Free Speech Magenta
📋 copy color: '#EA47DB'red 234 ◦ green 71 ◦ blue 219
Shades of Free Speech Magenta #EA47DB
Tints of Free Speech Magenta #EA47DB
RGB
CMYK
RGB Variations
Color information
#EA47DB (or 0xEA47DB) is known color: Free Speech Magenta. HEX triplet: EA, 47 and DB. RGB value is (234,71,219). Sum of RGB (Red+Green+Blue) = 234+71+219=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 71 (28.12% from 255 or 13.55% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA47DB is #15B824. Grayscale: #888888. Windows color (decimal): -1423397 or 14370794. OLE color: 14370794.
HSL color Cylindrical-coordinate representation of color #EA47DB: hue angle of 305.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA47DB is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 219 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.08 |
| HSL | 305.52º | 0.8% | 0.6% | - |
| HSV(B) | 305.52º | 0.7% | 0.92% | - |
| XYZ | 48.97 | 27.11 | 69.67 | - |
| YUV | 136.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 219 | 0 | 0.70 | 0.06 | 0.08 | 305.52 | 0.8 | 0.6 |
| Hex | EA | 47 | DB | 0 | 46 | 6 | 8 | 132 | 50 | 3C |
| Octal | 352 | 107 | 333 | 0 | 106 | 6 | 10 | 462 | 120 | 74 |
| Binary | 11101010 | 1000111 | 11011011 | 0 | 1000110 | 110 | 1000 | 100110010 | 1010000 | 111100 |
Color Harmonies of #EA47DB
Complementary color
Monochromatic Colors of #EA47DB
Black with #EA47DB
Text Example
Text Example
White with #EA47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA47DB; }
p { color: rgb(234,71,219); }
H1.HeaderClassName
{
color: #EA47DB;
}
.AnyTagClassName
{
color: #EA47DB;
}
</style>
background-color css
<style>
a { background-color: #EA47DB; }
a { background-color: rgb(234,71,219); }
div.DivClassName
{
background-color: #EA47DB;
}
.BgClassName
{
background-color: #EA47DB;
}
</style>
border-color css
<style>
span { border-color: #EA47DB; }
span { border-color: rgb(234,71,219); }
td.TdClassName
{
border-color: #EA47DB;
}
.TagClassName
{
border-color: #EA47DB;
}
</style>