Html Css Color HEX #EA41DB Free Speech Magenta
📋 copy color: '#EA41DB'red 234 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #EA41DB
Tints of Free Speech Magenta #EA41DB
RGB
CMYK
RGB Variations
Color information
#EA41DB (or 0xEA41DB) is known color: Free Speech Magenta. HEX triplet: EA, 41 and DB. RGB value is (234,65,219). Sum of RGB (Red+Green+Blue) = 234+65+219=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA41DB is #15BE24. Grayscale: #848484. Windows color (decimal): -1424933 or 14369258. OLE color: 14369258.
HSL color Cylindrical-coordinate representation of color #EA41DB: hue angle of 305.33º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA41DB is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 219 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.08 |
| HSL | 305.33º | 0.8% | 0.59% | - |
| HSV(B) | 305.33º | 0.72% | 0.92% | - |
| XYZ | 48.61 | 26.39 | 69.55 | - |
| YUV | 133.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 219 | 0 | 0.72 | 0.06 | 0.08 | 305.33 | 0.8 | 0.59 |
| Hex | EA | 41 | DB | 0 | 48 | 6 | 8 | 131 | 50 | 3B |
| Octal | 352 | 101 | 333 | 0 | 110 | 6 | 10 | 461 | 120 | 73 |
| Binary | 11101010 | 1000001 | 11011011 | 0 | 1001000 | 110 | 1000 | 100110001 | 1010000 | 111011 |
Color Harmonies of #EA41DB
Complementary color
Monochromatic Colors of #EA41DB
Black with #EA41DB
Text Example
Text Example
White with #EA41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41DB; }
p { color: rgb(234,65,219); }
H1.HeaderClassName
{
color: #EA41DB;
}
.AnyTagClassName
{
color: #EA41DB;
}
</style>
background-color css
<style>
a { background-color: #EA41DB; }
a { background-color: rgb(234,65,219); }
div.DivClassName
{
background-color: #EA41DB;
}
.BgClassName
{
background-color: #EA41DB;
}
</style>
border-color css
<style>
span { border-color: #EA41DB; }
span { border-color: rgb(234,65,219); }
td.TdClassName
{
border-color: #EA41DB;
}
.TagClassName
{
border-color: #EA41DB;
}
</style>