Shades of Trendy Pink #95458A
Tints of Trendy Pink #95458A
RGB
CMYK
RGB Variations
Color information
#95458A (or 0x95458A) is known color: Trendy Pink. HEX triplet: 95, 45 and 8A. RGB value is (149,69,138). Sum of RGB (Red+Green+Blue) = 149+69+138=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95458A is #6ABA75. Grayscale: #646464. Windows color (decimal): -6994550 or 9061781. OLE color: 9061781.
HSL color Cylindrical-coordinate representation of color #95458A: hue angle of 308.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95458A is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 138 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.42 |
| HSL | 308.25º | 0.37% | 0.43% | - |
| HSV(B) | 308.25º | 0.54% | 0.58% | - |
| XYZ | 19.11 | 12.48 | 25.45 | - |
| YUV | 100.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 138 | 0 | 0.54 | 0.07 | 0.42 | 308.25 | 0.37 | 0.43 |
| Hex | 95 | 45 | 8A | 0 | 36 | 7 | 2A | 134 | 25 | 2B |
| Octal | 225 | 105 | 212 | 0 | 66 | 7 | 52 | 464 | 45 | 53 |
| Binary | 10010101 | 1000101 | 10001010 | 0 | 110110 | 111 | 101010 | 100110100 | 100101 | 101011 |
Color Harmonies of #95458A
Complementary color
Monochromatic Colors of #95458A
Black with #95458A
Text Example
Text Example
White with #95458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95458A; }
p { color: rgb(149,69,138); }
H1.HeaderClassName
{
color: #95458A;
}
.AnyTagClassName
{
color: #95458A;
}
</style>
background-color css
<style>
a { background-color: #95458A; }
a { background-color: rgb(149,69,138); }
div.DivClassName
{
background-color: #95458A;
}
.BgClassName
{
background-color: #95458A;
}
</style>
border-color css
<style>
span { border-color: #95458A; }
span { border-color: rgb(149,69,138); }
td.TdClassName
{
border-color: #95458A;
}
.TagClassName
{
border-color: #95458A;
}
</style>