Shades of Spicy Pink #EB2DB3
Tints of Spicy Pink #EB2DB3
RGB
CMYK
RGB Variations
Color information
#EB2DB3 (or 0xEB2DB3) is known color: Spicy Pink. HEX triplet: EB, 2D and B3. RGB value is (235,45,179). Sum of RGB (Red+Green+Blue) = 235+45+179=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DB3 is #14D24C. Grayscale: #747474. Windows color (decimal): -1364557 or 11742699. OLE color: 11742699.
HSL color Cylindrical-coordinate representation of color #EB2DB3: hue angle of 317.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2DB3 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 179 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.08 |
| HSL | 317.68º | 0.83% | 0.55% | - |
| HSV(B) | 317.68º | 0.81% | 0.92% | - |
| XYZ | 43.34 | 22.79 | 44.76 | - |
| YUV | 117.09 | 162.95 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 179 | 0 | 0.81 | 0.24 | 0.08 | 317.68 | 0.83 | 0.55 |
| Hex | EB | 2D | B3 | 0 | 51 | 18 | 8 | 13E | 53 | 37 |
| Octal | 353 | 55 | 263 | 0 | 121 | 30 | 10 | 476 | 123 | 67 |
| Binary | 11101011 | 101101 | 10110011 | 0 | 1010001 | 11000 | 1000 | 100111110 | 1010011 | 110111 |
Color Harmonies of #EB2DB3
Complementary color
Monochromatic Colors of #EB2DB3
Black with #EB2DB3
Text Example
Text Example
White with #EB2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2DB3; }
p { color: rgb(235,45,179); }
H1.HeaderClassName
{
color: #EB2DB3;
}
.AnyTagClassName
{
color: #EB2DB3;
}
</style>
background-color css
<style>
a { background-color: #EB2DB3; }
a { background-color: rgb(235,45,179); }
div.DivClassName
{
background-color: #EB2DB3;
}
.BgClassName
{
background-color: #EB2DB3;
}
</style>
border-color css
<style>
span { border-color: #EB2DB3; }
span { border-color: rgb(235,45,179); }
td.TdClassName
{
border-color: #EB2DB3;
}
.TagClassName
{
border-color: #EB2DB3;
}
</style>