Html Css Color HEX #ED4ADB Free Speech Magenta
📋 copy color: '#ED4ADB'red 237 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #ED4ADB
Tints of Free Speech Magenta #ED4ADB
RGB
CMYK
RGB Variations
Color information
#ED4ADB (or 0xED4ADB) is known color: Free Speech Magenta. HEX triplet: ED, 4A and DB. RGB value is (237,74,219). Sum of RGB (Red+Green+Blue) = 237+74+219=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4ADB is #12B524. Grayscale: #8A8A8A. Windows color (decimal): -1226021 or 14371565. OLE color: 14371565.
HSL color Cylindrical-coordinate representation of color #ED4ADB: hue angle of 306.63º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4ADB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 219 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.07 |
| HSL | 306.63º | 0.82% | 0.61% | - |
| HSV(B) | 306.63º | 0.69% | 0.93% | - |
| XYZ | 50.16 | 28.02 | 69.78 | - |
| YUV | 139.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 219 | 0 | 0.69 | 0.08 | 0.07 | 306.63 | 0.82 | 0.61 |
| Hex | ED | 4A | DB | 0 | 45 | 8 | 7 | 133 | 52 | 3D |
| Octal | 355 | 112 | 333 | 0 | 105 | 10 | 7 | 463 | 122 | 75 |
| Binary | 11101101 | 1001010 | 11011011 | 0 | 1000101 | 1000 | 111 | 100110011 | 1010010 | 111101 |
Color Harmonies of #ED4ADB
Complementary color
Monochromatic Colors of #ED4ADB
Black with #ED4ADB
Text Example
Text Example
White with #ED4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4ADB; }
p { color: rgb(237,74,219); }
H1.HeaderClassName
{
color: #ED4ADB;
}
.AnyTagClassName
{
color: #ED4ADB;
}
</style>
background-color css
<style>
a { background-color: #ED4ADB; }
a { background-color: rgb(237,74,219); }
div.DivClassName
{
background-color: #ED4ADB;
}
.BgClassName
{
background-color: #ED4ADB;
}
</style>
border-color css
<style>
span { border-color: #ED4ADB; }
span { border-color: rgb(237,74,219); }
td.TdClassName
{
border-color: #ED4ADB;
}
.TagClassName
{
border-color: #ED4ADB;
}
</style>