Shades of Hippie Pink #BE4458
Tints of Hippie Pink #BE4458
RGB
CMYK
RGB Variations
Color information
#BE4458 (or 0xBE4458) is known color: Hippie Pink. HEX triplet: BE, 44 and 58. RGB value is (190,68,88). Sum of RGB (Red+Green+Blue) = 190+68+88=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4458 is #41BBA7. Grayscale: #6A6A6A. Windows color (decimal): -4307880 or 5784766. OLE color: 5784766.
HSL color Cylindrical-coordinate representation of color #BE4458: hue angle of 350.16º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4458 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 88 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.25 |
| HSL | 350.16º | 0.48% | 0.51% | - |
| HSV(B) | 350.16º | 0.64% | 0.75% | - |
| XYZ | 25.06 | 15.79 | 10.96 | - |
| YUV | 106.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 88 | 0 | 0.64 | 0.54 | 0.25 | 350.16 | 0.48 | 0.51 |
| Hex | BE | 44 | 58 | 0 | 40 | 36 | 19 | 15E | 30 | 33 |
| Octal | 276 | 104 | 130 | 0 | 100 | 66 | 31 | 536 | 60 | 63 |
| Binary | 10111110 | 1000100 | 1011000 | 0 | 1000000 | 110110 | 11001 | 101011110 | 110000 | 110011 |
Color Harmonies of #BE4458
Complementary color
Monochromatic Colors of #BE4458
Black with #BE4458
Text Example
Text Example
White with #BE4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4458; }
p { color: rgb(190,68,88); }
H1.HeaderClassName
{
color: #BE4458;
}
.AnyTagClassName
{
color: #BE4458;
}
</style>
background-color css
<style>
a { background-color: #BE4458; }
a { background-color: rgb(190,68,88); }
div.DivClassName
{
background-color: #BE4458;
}
.BgClassName
{
background-color: #BE4458;
}
</style>
border-color css
<style>
span { border-color: #BE4458; }
span { border-color: rgb(190,68,88); }
td.TdClassName
{
border-color: #BE4458;
}
.TagClassName
{
border-color: #BE4458;
}
</style>