Shades of Mandy #E65258
Tints of Mandy #E65258
RGB
CMYK
RGB Variations
Color information
#E65258 (or 0xE65258) is known color: Mandy. HEX triplet: E6, 52 and 58. RGB value is (230,82,88). Sum of RGB (Red+Green+Blue) = 230+82+88=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E65258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65258 is #19ADA7. Grayscale: #7F7F7F. Windows color (decimal): -1682856 or 5788390. OLE color: 5788390.
HSL color Cylindrical-coordinate representation of color #E65258: hue angle of 357.57º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65258 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 88 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.10 |
| HSL | 357.57º | 0.75% | 0.61% | - |
| HSV(B) | 357.57º | 0.64% | 0.9% | - |
| XYZ | 37.41 | 23.56 | 11.81 | - |
| YUV | 126.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 88 | 0 | 0.64 | 0.62 | 0.10 | 357.57 | 0.75 | 0.61 |
| Hex | E6 | 52 | 58 | 0 | 40 | 3E | A | 166 | 4B | 3D |
| Octal | 346 | 122 | 130 | 0 | 100 | 76 | 12 | 546 | 113 | 75 |
| Binary | 11100110 | 1010010 | 1011000 | 0 | 1000000 | 111110 | 1010 | 101100110 | 1001011 | 111101 |
Color Harmonies of #E65258
Complementary color
Monochromatic Colors of #E65258
Black with #E65258
Text Example
Text Example
White with #E65258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65258; }
p { color: rgb(230,82,88); }
H1.HeaderClassName
{
color: #E65258;
}
.AnyTagClassName
{
color: #E65258;
}
</style>
background-color css
<style>
a { background-color: #E65258; }
a { background-color: rgb(230,82,88); }
div.DivClassName
{
background-color: #E65258;
}
.BgClassName
{
background-color: #E65258;
}
</style>
border-color css
<style>
span { border-color: #E65258; }
span { border-color: rgb(230,82,88); }
td.TdClassName
{
border-color: #E65258;
}
.TagClassName
{
border-color: #E65258;
}
</style>