Shades of Mandy #EB525A
Tints of Mandy #EB525A
RGB
CMYK
RGB Variations
Color information
#EB525A (or 0xEB525A) is known color: Mandy. HEX triplet: EB, 52 and 5A. RGB value is (235,82,90). Sum of RGB (Red+Green+Blue) = 235+82+90=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB525A is #14ADA5. Grayscale: #808080. Windows color (decimal): -1355174 or 5919467. OLE color: 5919467.
HSL color Cylindrical-coordinate representation of color #EB525A: hue angle of 356.86º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB525A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 90 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.08 |
| HSL | 356.86º | 0.79% | 0.62% | - |
| HSV(B) | 356.86º | 0.65% | 0.92% | - |
| XYZ | 39.12 | 24.43 | 12.33 | - |
| YUV | 128.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 90 | 0 | 0.65 | 0.62 | 0.08 | 356.86 | 0.79 | 0.62 |
| Hex | EB | 52 | 5A | 0 | 41 | 3E | 8 | 165 | 4F | 3E |
| Octal | 353 | 122 | 132 | 0 | 101 | 76 | 10 | 545 | 117 | 76 |
| Binary | 11101011 | 1010010 | 1011010 | 0 | 1000001 | 111110 | 1000 | 101100101 | 1001111 | 111110 |
Color Harmonies of #EB525A
Complementary color
Monochromatic Colors of #EB525A
Black with #EB525A
Text Example
Text Example
White with #EB525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB525A; }
p { color: rgb(235,82,90); }
H1.HeaderClassName
{
color: #EB525A;
}
.AnyTagClassName
{
color: #EB525A;
}
</style>
background-color css
<style>
a { background-color: #EB525A; }
a { background-color: rgb(235,82,90); }
div.DivClassName
{
background-color: #EB525A;
}
.BgClassName
{
background-color: #EB525A;
}
</style>
border-color css
<style>
span { border-color: #EB525A; }
span { border-color: rgb(235,82,90); }
td.TdClassName
{
border-color: #EB525A;
}
.TagClassName
{
border-color: #EB525A;
}
</style>