Shades of Solid Pink #7E4148
Tints of Solid Pink #7E4148
RGB
CMYK
RGB Variations
Color information
#7E4148 (or 0x7E4148) is known color: Solid Pink. HEX triplet: 7E, 41 and 48. RGB value is (126,65,72). Sum of RGB (Red+Green+Blue) = 126+65+72=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4148 is #81BEB7. Grayscale: #545454. Windows color (decimal): -8502968 or 4735358. OLE color: 4735358.
HSL color Cylindrical-coordinate representation of color #7E4148: hue angle of 353.11º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E4148 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 65 | 72 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.51 |
| HSL | 353.11º | 0.32% | 0.37% | - |
| HSV(B) | 353.11º | 0.48% | 0.49% | - |
| XYZ | 11.66 | 8.68 | 7.19 | - |
| YUV | 84.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 72 | 0 | 0.48 | 0.43 | 0.51 | 353.11 | 0.32 | 0.37 |
| Hex | 7E | 41 | 48 | 0 | 30 | 2B | 33 | 161 | 20 | 25 |
| Octal | 176 | 101 | 110 | 0 | 60 | 53 | 63 | 541 | 40 | 45 |
| Binary | 1111110 | 1000001 | 1001000 | 0 | 110000 | 101011 | 110011 | 101100001 | 100000 | 100101 |
Color Harmonies of #7E4148
Complementary color
Monochromatic Colors of #7E4148
Black with #7E4148
Text Example
Text Example
White with #7E4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4148; }
p { color: rgb(126,65,72); }
H1.HeaderClassName
{
color: #7E4148;
}
.AnyTagClassName
{
color: #7E4148;
}
</style>
background-color css
<style>
a { background-color: #7E4148; }
a { background-color: rgb(126,65,72); }
div.DivClassName
{
background-color: #7E4148;
}
.BgClassName
{
background-color: #7E4148;
}
</style>
border-color css
<style>
span { border-color: #7E4148; }
span { border-color: rgb(126,65,72); }
td.TdClassName
{
border-color: #7E4148;
}
.TagClassName
{
border-color: #7E4148;
}
</style>