Shades of Hippie Pink #BE3E5D
Tints of Hippie Pink #BE3E5D
RGB
CMYK
RGB Variations
Color information
#BE3E5D (or 0xBE3E5D) is known color: Hippie Pink. HEX triplet: BE, 3E and 5D. RGB value is (190,62,93). Sum of RGB (Red+Green+Blue) = 190+62+93=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E5D is #41C1A2. Grayscale: #676767. Windows color (decimal): -4309411 or 6110910. OLE color: 6110910.
HSL color Cylindrical-coordinate representation of color #BE3E5D: hue angle of 345.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E5D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 93 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.25 |
| HSL | 345.47º | 0.51% | 0.49% | - |
| HSV(B) | 345.47º | 0.67% | 0.75% | - |
| XYZ | 24.93 | 15.18 | 11.97 | - |
| YUV | 103.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 93 | 0 | 0.67 | 0.51 | 0.25 | 345.47 | 0.51 | 0.49 |
| Hex | BE | 3E | 5D | 0 | 43 | 33 | 19 | 159 | 33 | 31 |
| Octal | 276 | 76 | 135 | 0 | 103 | 63 | 31 | 531 | 63 | 61 |
| Binary | 10111110 | 111110 | 1011101 | 0 | 1000011 | 110011 | 11001 | 101011001 | 110011 | 110001 |
Color Harmonies of #BE3E5D
Complementary color
Monochromatic Colors of #BE3E5D
Black with #BE3E5D
Text Example
Text Example
White with #BE3E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E5D; }
p { color: rgb(190,62,93); }
H1.HeaderClassName
{
color: #BE3E5D;
}
.AnyTagClassName
{
color: #BE3E5D;
}
</style>
background-color css
<style>
a { background-color: #BE3E5D; }
a { background-color: rgb(190,62,93); }
div.DivClassName
{
background-color: #BE3E5D;
}
.BgClassName
{
background-color: #BE3E5D;
}
</style>
border-color css
<style>
span { border-color: #BE3E5D; }
span { border-color: rgb(190,62,93); }
td.TdClassName
{
border-color: #BE3E5D;
}
.TagClassName
{
border-color: #BE3E5D;
}
</style>