Html Css Color HEX #EF4ADB Free Speech Magenta
📋 copy color: '#EF4ADB'red 239 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #EF4ADB
Tints of Free Speech Magenta #EF4ADB
RGB
CMYK
RGB Variations
Color information
#EF4ADB (or 0xEF4ADB) is known color: Free Speech Magenta. HEX triplet: EF, 4A and DB. RGB value is (239,74,219). Sum of RGB (Red+Green+Blue) = 239+74+219=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4ADB is #10B524. Grayscale: #8B8B8B. Windows color (decimal): -1094949 or 14371567. OLE color: 14371567.
HSL color Cylindrical-coordinate representation of color #EF4ADB: hue angle of 307.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4ADB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 219 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.06 |
| HSL | 307.27º | 0.84% | 0.61% | - |
| HSV(B) | 307.27º | 0.69% | 0.94% | - |
| XYZ | 50.83 | 28.36 | 69.81 | - |
| YUV | 139.87 | 172.66 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 219 | 0 | 0.69 | 0.08 | 0.06 | 307.27 | 0.84 | 0.61 |
| Hex | EF | 4A | DB | 0 | 45 | 8 | 6 | 133 | 54 | 3D |
| Octal | 357 | 112 | 333 | 0 | 105 | 10 | 6 | 463 | 124 | 75 |
| Binary | 11101111 | 1001010 | 11011011 | 0 | 1000101 | 1000 | 110 | 100110011 | 1010100 | 111101 |
Color Harmonies of #EF4ADB
Complementary color
Monochromatic Colors of #EF4ADB
Black with #EF4ADB
Text Example
Text Example
White with #EF4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4ADB; }
p { color: rgb(239,74,219); }
H1.HeaderClassName
{
color: #EF4ADB;
}
.AnyTagClassName
{
color: #EF4ADB;
}
</style>
background-color css
<style>
a { background-color: #EF4ADB; }
a { background-color: rgb(239,74,219); }
div.DivClassName
{
background-color: #EF4ADB;
}
.BgClassName
{
background-color: #EF4ADB;
}
</style>
border-color css
<style>
span { border-color: #EF4ADB; }
span { border-color: rgb(239,74,219); }
td.TdClassName
{
border-color: #EF4ADB;
}
.TagClassName
{
border-color: #EF4ADB;
}
</style>