Shades of Spicy Pink #EA1CB3
Tints of Spicy Pink #EA1CB3
RGB
CMYK
RGB Variations
Color information
#EA1CB3 (or 0xEA1CB3) is known color: Spicy Pink. HEX triplet: EA, 1C and B3. RGB value is (234,28,179). Sum of RGB (Red+Green+Blue) = 234+28+179=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CB3 is #15E34C. Grayscale: #6A6A6A. Windows color (decimal): -1434445 or 11738346. OLE color: 11738346.
HSL color Cylindrical-coordinate representation of color #EA1CB3: hue angle of 316.02º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1CB3 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 179 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.08 |
| HSL | 316.02º | 0.83% | 0.51% | - |
| HSV(B) | 316.02º | 0.88% | 0.92% | - |
| XYZ | 42.48 | 21.58 | 44.57 | - |
| YUV | 106.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 179 | 0 | 0.88 | 0.24 | 0.08 | 316.02 | 0.83 | 0.51 |
| Hex | EA | 1C | B3 | 0 | 58 | 18 | 8 | 13C | 53 | 33 |
| Octal | 352 | 34 | 263 | 0 | 130 | 30 | 10 | 474 | 123 | 63 |
| Binary | 11101010 | 11100 | 10110011 | 0 | 1011000 | 11000 | 1000 | 100111100 | 1010011 | 110011 |
Color Harmonies of #EA1CB3
Complementary color
Monochromatic Colors of #EA1CB3
Black with #EA1CB3
Text Example
Text Example
White with #EA1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CB3; }
p { color: rgb(234,28,179); }
H1.HeaderClassName
{
color: #EA1CB3;
}
.AnyTagClassName
{
color: #EA1CB3;
}
</style>
background-color css
<style>
a { background-color: #EA1CB3; }
a { background-color: rgb(234,28,179); }
div.DivClassName
{
background-color: #EA1CB3;
}
.BgClassName
{
background-color: #EA1CB3;
}
</style>
border-color css
<style>
span { border-color: #EA1CB3; }
span { border-color: rgb(234,28,179); }
td.TdClassName
{
border-color: #EA1CB3;
}
.TagClassName
{
border-color: #EA1CB3;
}
</style>