Shades of Spicy Pink #E61CB3
Tints of Spicy Pink #E61CB3
RGB
CMYK
RGB Variations
Color information
#E61CB3 (or 0xE61CB3) is known color: Spicy Pink. HEX triplet: E6, 1C and B3. RGB value is (230,28,179). Sum of RGB (Red+Green+Blue) = 230+28+179=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CB3 is #19E34C. Grayscale: #696969. Windows color (decimal): -1696589 or 11738342. OLE color: 11738342.
HSL color Cylindrical-coordinate representation of color #E61CB3: hue angle of 315.15º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CB3 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 179 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.10 |
| HSL | 315.15º | 0.8% | 0.51% | - |
| HSV(B) | 315.15º | 0.88% | 0.9% | - |
| XYZ | 41.19 | 20.91 | 44.51 | - |
| YUV | 105.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 179 | 0 | 0.88 | 0.22 | 0.10 | 315.15 | 0.8 | 0.51 |
| Hex | E6 | 1C | B3 | 0 | 58 | 16 | A | 13B | 50 | 33 |
| Octal | 346 | 34 | 263 | 0 | 130 | 26 | 12 | 473 | 120 | 63 |
| Binary | 11100110 | 11100 | 10110011 | 0 | 1011000 | 10110 | 1010 | 100111011 | 1010000 | 110011 |
Color Harmonies of #E61CB3
Complementary color
Monochromatic Colors of #E61CB3
Black with #E61CB3
Text Example
Text Example
White with #E61CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CB3; }
p { color: rgb(230,28,179); }
H1.HeaderClassName
{
color: #E61CB3;
}
.AnyTagClassName
{
color: #E61CB3;
}
</style>
background-color css
<style>
a { background-color: #E61CB3; }
a { background-color: rgb(230,28,179); }
div.DivClassName
{
background-color: #E61CB3;
}
.BgClassName
{
background-color: #E61CB3;
}
</style>
border-color css
<style>
span { border-color: #E61CB3; }
span { border-color: rgb(230,28,179); }
td.TdClassName
{
border-color: #E61CB3;
}
.TagClassName
{
border-color: #E61CB3;
}
</style>