Shades of Hippie Pink #B2425E
Tints of Hippie Pink #B2425E
RGB
CMYK
RGB Variations
Color information
#B2425E (or 0xB2425E) is known color: Hippie Pink. HEX triplet: B2, 42 and 5E. RGB value is (178,66,94). Sum of RGB (Red+Green+Blue) = 178+66+94=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2425E is #4DBDA1. Grayscale: #666666. Windows color (decimal): -5094818 or 6177458. OLE color: 6177458.
HSL color Cylindrical-coordinate representation of color #B2425E: hue angle of 345º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2425E is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 94 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.30 |
| HSL | 345º | 0.46% | 0.48% | - |
| HSV(B) | 345º | 0.63% | 0.7% | - |
| XYZ | 22.33 | 14.17 | 12.15 | - |
| YUV | 102.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 94 | 0 | 0.63 | 0.47 | 0.30 | 345 | 0.46 | 0.48 |
| Hex | B2 | 42 | 5E | 0 | 3F | 2F | 1E | 159 | 2E | 30 |
| Octal | 262 | 102 | 136 | 0 | 77 | 57 | 36 | 531 | 56 | 60 |
| Binary | 10110010 | 1000010 | 1011110 | 0 | 111111 | 101111 | 11110 | 101011001 | 101110 | 110000 |
Color Harmonies of #B2425E
Complementary color
Monochromatic Colors of #B2425E
Black with #B2425E
Text Example
Text Example
White with #B2425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2425E; }
p { color: rgb(178,66,94); }
H1.HeaderClassName
{
color: #B2425E;
}
.AnyTagClassName
{
color: #B2425E;
}
</style>
background-color css
<style>
a { background-color: #B2425E; }
a { background-color: rgb(178,66,94); }
div.DivClassName
{
background-color: #B2425E;
}
.BgClassName
{
background-color: #B2425E;
}
</style>
border-color css
<style>
span { border-color: #B2425E; }
span { border-color: rgb(178,66,94); }
td.TdClassName
{
border-color: #B2425E;
}
.TagClassName
{
border-color: #B2425E;
}
</style>