Shades of Solid Pink #904E53
Tints of Solid Pink #904E53
RGB
CMYK
RGB Variations
Color information
#904E53 (or 0x904E53) is known color: Solid Pink. HEX triplet: 90, 4E and 53. RGB value is (144,78,83). Sum of RGB (Red+Green+Blue) = 144+78+83=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #904E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E53 is #6FB1AC. Grayscale: #626262. Windows color (decimal): -7319981 or 5459600. OLE color: 5459600.
HSL color Cylindrical-coordinate representation of color #904E53: hue angle of 355.45º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #904E53 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 83 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.44 |
| HSL | 355.45º | 0.3% | 0.44% | - |
| HSV(B) | 355.45º | 0.46% | 0.56% | - |
| XYZ | 15.79 | 12 | 9.67 | - |
| YUV | 98.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 83 | 0 | 0.46 | 0.42 | 0.44 | 355.45 | 0.3 | 0.44 |
| Hex | 90 | 4E | 53 | 0 | 2E | 2A | 2C | 163 | 1E | 2C |
| Octal | 220 | 116 | 123 | 0 | 56 | 52 | 54 | 543 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1010011 | 0 | 101110 | 101010 | 101100 | 101100011 | 11110 | 101100 |
Color Harmonies of #904E53
Complementary color
Monochromatic Colors of #904E53
Black with #904E53
Text Example
Text Example
White with #904E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E53; }
p { color: rgb(144,78,83); }
H1.HeaderClassName
{
color: #904E53;
}
.AnyTagClassName
{
color: #904E53;
}
</style>
background-color css
<style>
a { background-color: #904E53; }
a { background-color: rgb(144,78,83); }
div.DivClassName
{
background-color: #904E53;
}
.BgClassName
{
background-color: #904E53;
}
</style>
border-color css
<style>
span { border-color: #904E53; }
span { border-color: rgb(144,78,83); }
td.TdClassName
{
border-color: #904E53;
}
.TagClassName
{
border-color: #904E53;
}
</style>