Shades of Mandy #ED4B4D
Tints of Mandy #ED4B4D
RGB
CMYK
RGB Variations
Color information
#ED4B4D (or 0xED4B4D) is known color: Mandy. HEX triplet: ED, 4B and 4D. RGB value is (237,75,77). Sum of RGB (Red+Green+Blue) = 237+75+77=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4B4D is #12B4B2. Grayscale: #7B7B7B. Windows color (decimal): -1225907 or 5065709. OLE color: 5065709.
HSL color Cylindrical-coordinate representation of color #ED4B4D: hue angle of 359.26º 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 #ED4B4D is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 75 | 77 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.07 |
| HSL | 359.26º | 0.82% | 0.61% | - |
| HSV(B) | 359.26º | 0.68% | 0.93% | - |
| XYZ | 38.78 | 23.57 | 9.53 | - |
| YUV | 123.67 | 101.67 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 77 | 0 | 0.68 | 0.68 | 0.07 | 359.26 | 0.82 | 0.61 |
| Hex | ED | 4B | 4D | 0 | 44 | 44 | 7 | 167 | 52 | 3D |
| Octal | 355 | 113 | 115 | 0 | 104 | 104 | 7 | 547 | 122 | 75 |
| Binary | 11101101 | 1001011 | 1001101 | 0 | 1000100 | 1000100 | 111 | 101100111 | 1010010 | 111101 |
Color Harmonies of #ED4B4D
Complementary color
Monochromatic Colors of #ED4B4D
Black with #ED4B4D
Text Example
Text Example
White with #ED4B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4B4D; }
p { color: rgb(237,75,77); }
H1.HeaderClassName
{
color: #ED4B4D;
}
.AnyTagClassName
{
color: #ED4B4D;
}
</style>
background-color css
<style>
a { background-color: #ED4B4D; }
a { background-color: rgb(237,75,77); }
div.DivClassName
{
background-color: #ED4B4D;
}
.BgClassName
{
background-color: #ED4B4D;
}
</style>
border-color css
<style>
span { border-color: #ED4B4D; }
span { border-color: rgb(237,75,77); }
td.TdClassName
{
border-color: #ED4B4D;
}
.TagClassName
{
border-color: #ED4B4D;
}
</style>