Shades of Hippie Pink #B24358
Tints of Hippie Pink #B24358
RGB
CMYK
RGB Variations
Color information
#B24358 (or 0xB24358) is known color: Hippie Pink. HEX triplet: B2, 43 and 58. RGB value is (178,67,88). Sum of RGB (Red+Green+Blue) = 178+67+88=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B24358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24358 is #4DBCA7. Grayscale: #666666. Windows color (decimal): -5094568 or 5784498. OLE color: 5784498.
HSL color Cylindrical-coordinate representation of color #B24358: hue angle of 348.65º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24358 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 88 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.30 |
| HSL | 348.65º | 0.45% | 0.48% | - |
| HSV(B) | 348.65º | 0.62% | 0.7% | - |
| XYZ | 22.13 | 14.18 | 10.8 | - |
| YUV | 102.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 88 | 0 | 0.62 | 0.51 | 0.30 | 348.65 | 0.45 | 0.48 |
| Hex | B2 | 43 | 58 | 0 | 3E | 33 | 1E | 15D | 2D | 30 |
| Octal | 262 | 103 | 130 | 0 | 76 | 63 | 36 | 535 | 55 | 60 |
| Binary | 10110010 | 1000011 | 1011000 | 0 | 111110 | 110011 | 11110 | 101011101 | 101101 | 110000 |
Color Harmonies of #B24358
Complementary color
Monochromatic Colors of #B24358
Black with #B24358
Text Example
Text Example
White with #B24358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24358; }
p { color: rgb(178,67,88); }
H1.HeaderClassName
{
color: #B24358;
}
.AnyTagClassName
{
color: #B24358;
}
</style>
background-color css
<style>
a { background-color: #B24358; }
a { background-color: rgb(178,67,88); }
div.DivClassName
{
background-color: #B24358;
}
.BgClassName
{
background-color: #B24358;
}
</style>
border-color css
<style>
span { border-color: #B24358; }
span { border-color: rgb(178,67,88); }
td.TdClassName
{
border-color: #B24358;
}
.TagClassName
{
border-color: #B24358;
}
</style>