Html Css Color HEX #ED4CCB Free Speech Magenta
📋 copy color: '#ED4CCB'red 237 ◦ green 76 ◦ blue 203
Shades of Free Speech Magenta #ED4CCB
Tints of Free Speech Magenta #ED4CCB
RGB
CMYK
RGB Variations
Color information
#ED4CCB (or 0xED4CCB) is known color: Free Speech Magenta. HEX triplet: ED, 4C and CB. RGB value is (237,76,203). Sum of RGB (Red+Green+Blue) = 237+76+203=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CCB is #12B334. Grayscale: #8A8A8A. Windows color (decimal): -1225525 or 13323501. OLE color: 13323501.
HSL color Cylindrical-coordinate representation of color #ED4CCB: hue angle of 312.67º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4CCB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 203 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 312.67º | 0.82% | 0.61% | - |
| HSV(B) | 312.67º | 0.68% | 0.93% | - |
| XYZ | 48.29 | 27.49 | 59.26 | - |
| YUV | 138.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 203 | 0 | 0.68 | 0.14 | 0.07 | 312.67 | 0.82 | 0.61 |
| Hex | ED | 4C | CB | 0 | 44 | E | 7 | 139 | 52 | 3D |
| Octal | 355 | 114 | 313 | 0 | 104 | 16 | 7 | 471 | 122 | 75 |
| Binary | 11101101 | 1001100 | 11001011 | 0 | 1000100 | 1110 | 111 | 100111001 | 1010010 | 111101 |
Color Harmonies of #ED4CCB
Complementary color
Monochromatic Colors of #ED4CCB
Black with #ED4CCB
Text Example
Text Example
White with #ED4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4CCB; }
p { color: rgb(237,76,203); }
H1.HeaderClassName
{
color: #ED4CCB;
}
.AnyTagClassName
{
color: #ED4CCB;
}
</style>
background-color css
<style>
a { background-color: #ED4CCB; }
a { background-color: rgb(237,76,203); }
div.DivClassName
{
background-color: #ED4CCB;
}
.BgClassName
{
background-color: #ED4CCB;
}
</style>
border-color css
<style>
span { border-color: #ED4CCB; }
span { border-color: rgb(237,76,203); }
td.TdClassName
{
border-color: #ED4CCB;
}
.TagClassName
{
border-color: #ED4CCB;
}
</style>