Html Css Color HEX #EA42DB Free Speech Magenta
📋 copy color: '#EA42DB'red 234 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #EA42DB
Tints of Free Speech Magenta #EA42DB
RGB
CMYK
RGB Variations
Color information
#EA42DB (or 0xEA42DB) is known color: Free Speech Magenta. HEX triplet: EA, 42 and DB. RGB value is (234,66,219). Sum of RGB (Red+Green+Blue) = 234+66+219=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA42DB is #15BD24. Grayscale: #858585. Windows color (decimal): -1424677 or 14369514. OLE color: 14369514.
HSL color Cylindrical-coordinate representation of color #EA42DB: hue angle of 305.36º 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 #EA42DB is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 219 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.08 |
| HSL | 305.36º | 0.8% | 0.59% | - |
| HSV(B) | 305.36º | 0.72% | 0.92% | - |
| XYZ | 48.67 | 26.5 | 69.57 | - |
| YUV | 133.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 219 | 0 | 0.72 | 0.06 | 0.08 | 305.36 | 0.8 | 0.59 |
| Hex | EA | 42 | DB | 0 | 48 | 6 | 8 | 131 | 50 | 3B |
| Octal | 352 | 102 | 333 | 0 | 110 | 6 | 10 | 461 | 120 | 73 |
| Binary | 11101010 | 1000010 | 11011011 | 0 | 1001000 | 110 | 1000 | 100110001 | 1010000 | 111011 |
Color Harmonies of #EA42DB
Complementary color
Monochromatic Colors of #EA42DB
Black with #EA42DB
Text Example
Text Example
White with #EA42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA42DB; }
p { color: rgb(234,66,219); }
H1.HeaderClassName
{
color: #EA42DB;
}
.AnyTagClassName
{
color: #EA42DB;
}
</style>
background-color css
<style>
a { background-color: #EA42DB; }
a { background-color: rgb(234,66,219); }
div.DivClassName
{
background-color: #EA42DB;
}
.BgClassName
{
background-color: #EA42DB;
}
</style>
border-color css
<style>
span { border-color: #EA42DB; }
span { border-color: rgb(234,66,219); }
td.TdClassName
{
border-color: #EA42DB;
}
.TagClassName
{
border-color: #EA42DB;
}
</style>