Html Css Color HEX #EA4FDB Free Speech Magenta
📋 copy color: '#EA4FDB'red 234 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #EA4FDB
Tints of Free Speech Magenta #EA4FDB
RGB
CMYK
RGB Variations
Color information
#EA4FDB (or 0xEA4FDB) is known color: Free Speech Magenta. HEX triplet: EA, 4F and DB. RGB value is (234,79,219). Sum of RGB (Red+Green+Blue) = 234+79+219=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 79 (31.25% from 255 or 14.85% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4FDB is #15B024. Grayscale: #8C8C8C. Windows color (decimal): -1421349 or 14372842. OLE color: 14372842.
HSL color Cylindrical-coordinate representation of color #EA4FDB: hue angle of 305.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA4FDB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 79 | 219 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.08 |
| HSL | 305.81º | 0.79% | 0.61% | - |
| HSV(B) | 305.81º | 0.66% | 0.92% | - |
| XYZ | 49.51 | 28.2 | 69.85 | - |
| YUV | 141.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 79 | 219 | 0 | 0.66 | 0.06 | 0.08 | 305.81 | 0.79 | 0.61 |
| Hex | EA | 4F | DB | 0 | 42 | 6 | 8 | 132 | 4F | 3D |
| Octal | 352 | 117 | 333 | 0 | 102 | 6 | 10 | 462 | 117 | 75 |
| Binary | 11101010 | 1001111 | 11011011 | 0 | 1000010 | 110 | 1000 | 100110010 | 1001111 | 111101 |
Color Harmonies of #EA4FDB
Complementary color
Monochromatic Colors of #EA4FDB
Black with #EA4FDB
Text Example
Text Example
White with #EA4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4FDB; }
p { color: rgb(234,79,219); }
H1.HeaderClassName
{
color: #EA4FDB;
}
.AnyTagClassName
{
color: #EA4FDB;
}
</style>
background-color css
<style>
a { background-color: #EA4FDB; }
a { background-color: rgb(234,79,219); }
div.DivClassName
{
background-color: #EA4FDB;
}
.BgClassName
{
background-color: #EA4FDB;
}
</style>
border-color css
<style>
span { border-color: #EA4FDB; }
span { border-color: rgb(234,79,219); }
td.TdClassName
{
border-color: #EA4FDB;
}
.TagClassName
{
border-color: #EA4FDB;
}
</style>