Shades of Spicy Pink #E630B5
Tints of Spicy Pink #E630B5
RGB
CMYK
RGB Variations
Color information
#E630B5 (or 0xE630B5) is known color: Spicy Pink. HEX triplet: E6, 30 and B5. RGB value is (230,48,181). Sum of RGB (Red+Green+Blue) = 230+48+181=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E630B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E630B5 is #19CF4A. Grayscale: #757575. Windows color (decimal): -1691467 or 11874534. OLE color: 11874534.
HSL color Cylindrical-coordinate representation of color #E630B5: hue angle of 316.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E630B5 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 181 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.10 |
| HSL | 316.15º | 0.78% | 0.55% | - |
| HSV(B) | 316.15º | 0.79% | 0.9% | - |
| XYZ | 42.03 | 22.27 | 45.8 | - |
| YUV | 117.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 181 | 0 | 0.79 | 0.21 | 0.10 | 316.15 | 0.78 | 0.55 |
| Hex | E6 | 30 | B5 | 0 | 4F | 15 | A | 13C | 4E | 37 |
| Octal | 346 | 60 | 265 | 0 | 117 | 25 | 12 | 474 | 116 | 67 |
| Binary | 11100110 | 110000 | 10110101 | 0 | 1001111 | 10101 | 1010 | 100111100 | 1001110 | 110111 |
Color Harmonies of #E630B5
Complementary color
Monochromatic Colors of #E630B5
Black with #E630B5
Text Example
Text Example
White with #E630B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630B5; }
p { color: rgb(230,48,181); }
H1.HeaderClassName
{
color: #E630B5;
}
.AnyTagClassName
{
color: #E630B5;
}
</style>
background-color css
<style>
a { background-color: #E630B5; }
a { background-color: rgb(230,48,181); }
div.DivClassName
{
background-color: #E630B5;
}
.BgClassName
{
background-color: #E630B5;
}
</style>
border-color css
<style>
span { border-color: #E630B5; }
span { border-color: rgb(230,48,181); }
td.TdClassName
{
border-color: #E630B5;
}
.TagClassName
{
border-color: #E630B5;
}
</style>