Shades of Mandy #E6474B
Tints of Mandy #E6474B
RGB
CMYK
RGB Variations
Color information
#E6474B (or 0xE6474B) is known color: Mandy. HEX triplet: E6, 47 and 4B. RGB value is (230,71,75). Sum of RGB (Red+Green+Blue) = 230+71+75=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6474B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6474B is #19B8B4. Grayscale: #777777. Windows color (decimal): -1685685 or 4933606. OLE color: 4933606.
HSL color Cylindrical-coordinate representation of color #E6474B: hue angle of 358.49º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6474B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 75 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.10 |
| HSL | 358.49º | 0.76% | 0.59% | - |
| HSV(B) | 358.49º | 0.69% | 0.9% | - |
| XYZ | 36.16 | 21.84 | 8.97 | - |
| YUV | 119 | 103.18 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 75 | 0 | 0.69 | 0.67 | 0.10 | 358.49 | 0.76 | 0.59 |
| Hex | E6 | 47 | 4B | 0 | 45 | 43 | A | 166 | 4C | 3B |
| Octal | 346 | 107 | 113 | 0 | 105 | 103 | 12 | 546 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1001011 | 0 | 1000101 | 1000011 | 1010 | 101100110 | 1001100 | 111011 |
Color Harmonies of #E6474B
Complementary color
Monochromatic Colors of #E6474B
Black with #E6474B
Text Example
Text Example
White with #E6474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6474B; }
p { color: rgb(230,71,75); }
H1.HeaderClassName
{
color: #E6474B;
}
.AnyTagClassName
{
color: #E6474B;
}
</style>
background-color css
<style>
a { background-color: #E6474B; }
a { background-color: rgb(230,71,75); }
div.DivClassName
{
background-color: #E6474B;
}
.BgClassName
{
background-color: #E6474B;
}
</style>
border-color css
<style>
span { border-color: #E6474B; }
span { border-color: rgb(230,71,75); }
td.TdClassName
{
border-color: #E6474B;
}
.TagClassName
{
border-color: #E6474B;
}
</style>