Html Css Color HEX #ED64CB Free Speech Magenta
📋 copy color: '#ED64CB'red 237 ◦ green 100 ◦ blue 203
Shades of Free Speech Magenta #ED64CB
Tints of Free Speech Magenta #ED64CB
RGB
CMYK
RGB Variations
Color information
#ED64CB (or 0xED64CB) is known color: Free Speech Magenta. HEX triplet: ED, 64 and CB. RGB value is (237,100,203). Sum of RGB (Red+Green+Blue) = 237+100+203=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED64CB is #129B34. Grayscale: #989898. Windows color (decimal): -1219381 or 13329645. OLE color: 13329645.
HSL color Cylindrical-coordinate representation of color #ED64CB: hue angle of 314.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED64CB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 203 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.07 |
| HSL | 314.89º | 0.79% | 0.66% | - |
| HSV(B) | 314.89º | 0.58% | 0.93% | - |
| XYZ | 50.26 | 31.43 | 59.92 | - |
| YUV | 152.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 203 | 0 | 0.58 | 0.14 | 0.07 | 314.89 | 0.79 | 0.66 |
| Hex | ED | 64 | CB | 0 | 3A | E | 7 | 13B | 4F | 42 |
| Octal | 355 | 144 | 313 | 0 | 72 | 16 | 7 | 473 | 117 | 102 |
| Binary | 11101101 | 1100100 | 11001011 | 0 | 111010 | 1110 | 111 | 100111011 | 1001111 | 1000010 |
Color Harmonies of #ED64CB
Complementary color
Monochromatic Colors of #ED64CB
Black with #ED64CB
Text Example
Text Example
White with #ED64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED64CB; }
p { color: rgb(237,100,203); }
H1.HeaderClassName
{
color: #ED64CB;
}
.AnyTagClassName
{
color: #ED64CB;
}
</style>
background-color css
<style>
a { background-color: #ED64CB; }
a { background-color: rgb(237,100,203); }
div.DivClassName
{
background-color: #ED64CB;
}
.BgClassName
{
background-color: #ED64CB;
}
</style>
border-color css
<style>
span { border-color: #ED64CB; }
span { border-color: rgb(237,100,203); }
td.TdClassName
{
border-color: #ED64CB;
}
.TagClassName
{
border-color: #ED64CB;
}
</style>