Html Css Color HEX #ED67DB Free Speech Magenta
📋 copy color: '#ED67DB'red 237 ◦ green 103 ◦ blue 219
Shades of Free Speech Magenta #ED67DB
Tints of Free Speech Magenta #ED67DB
RGB
CMYK
RGB Variations
Color information
#ED67DB (or 0xED67DB) is known color: Free Speech Magenta. HEX triplet: ED, 67 and DB. RGB value is (237,103,219). Sum of RGB (Red+Green+Blue) = 237+103+219=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED67DB is #129824. Grayscale: #9B9B9B. Windows color (decimal): -1218597 or 14378989. OLE color: 14378989.
HSL color Cylindrical-coordinate representation of color #ED67DB: hue angle of 308.06º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED67DB is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 219 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.07 |
| HSL | 308.06º | 0.79% | 0.67% | - |
| HSV(B) | 308.06º | 0.57% | 0.93% | - |
| XYZ | 52.56 | 32.82 | 70.58 | - |
| YUV | 156.29 | 163.39 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 219 | 0 | 0.57 | 0.08 | 0.07 | 308.06 | 0.79 | 0.67 |
| Hex | ED | 67 | DB | 0 | 39 | 8 | 7 | 134 | 4F | 43 |
| Octal | 355 | 147 | 333 | 0 | 71 | 10 | 7 | 464 | 117 | 103 |
| Binary | 11101101 | 1100111 | 11011011 | 0 | 111001 | 1000 | 111 | 100110100 | 1001111 | 1000011 |
Color Harmonies of #ED67DB
Complementary color
Monochromatic Colors of #ED67DB
Black with #ED67DB
Text Example
Text Example
White with #ED67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67DB; }
p { color: rgb(237,103,219); }
H1.HeaderClassName
{
color: #ED67DB;
}
.AnyTagClassName
{
color: #ED67DB;
}
</style>
background-color css
<style>
a { background-color: #ED67DB; }
a { background-color: rgb(237,103,219); }
div.DivClassName
{
background-color: #ED67DB;
}
.BgClassName
{
background-color: #ED67DB;
}
</style>
border-color css
<style>
span { border-color: #ED67DB; }
span { border-color: rgb(237,103,219); }
td.TdClassName
{
border-color: #ED67DB;
}
.TagClassName
{
border-color: #ED67DB;
}
</style>