Html Css Color HEX #ED4ACB Free Speech Magenta
📋 copy color: '#ED4ACB'red 237 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #ED4ACB
Tints of Free Speech Magenta #ED4ACB
RGB
CMYK
RGB Variations
Color information
#ED4ACB (or 0xED4ACB) is known color: Free Speech Magenta. HEX triplet: ED, 4A and CB. RGB value is (237,74,203). Sum of RGB (Red+Green+Blue) = 237+74+203=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4ACB is #12B534. Grayscale: #898989. Windows color (decimal): -1226037 or 13322989. OLE color: 13322989.
HSL color Cylindrical-coordinate representation of color #ED4ACB: hue angle of 312.52º 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 #ED4ACB is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 203 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.07 |
| HSL | 312.52º | 0.82% | 0.61% | - |
| HSV(B) | 312.52º | 0.69% | 0.93% | - |
| XYZ | 48.15 | 27.21 | 59.21 | - |
| YUV | 137.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 203 | 0 | 0.69 | 0.14 | 0.07 | 312.52 | 0.82 | 0.61 |
| Hex | ED | 4A | CB | 0 | 45 | E | 7 | 139 | 52 | 3D |
| Octal | 355 | 112 | 313 | 0 | 105 | 16 | 7 | 471 | 122 | 75 |
| Binary | 11101101 | 1001010 | 11001011 | 0 | 1000101 | 1110 | 111 | 100111001 | 1010010 | 111101 |
Color Harmonies of #ED4ACB
Complementary color
Monochromatic Colors of #ED4ACB
Black with #ED4ACB
Text Example
Text Example
White with #ED4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4ACB; }
p { color: rgb(237,74,203); }
H1.HeaderClassName
{
color: #ED4ACB;
}
.AnyTagClassName
{
color: #ED4ACB;
}
</style>
background-color css
<style>
a { background-color: #ED4ACB; }
a { background-color: rgb(237,74,203); }
div.DivClassName
{
background-color: #ED4ACB;
}
.BgClassName
{
background-color: #ED4ACB;
}
</style>
border-color css
<style>
span { border-color: #ED4ACB; }
span { border-color: rgb(237,74,203); }
td.TdClassName
{
border-color: #ED4ACB;
}
.TagClassName
{
border-color: #ED4ACB;
}
</style>