Shades of Spicy Pink #EA23B7
Tints of Spicy Pink #EA23B7
RGB
CMYK
RGB Variations
Color information
#EA23B7 (or 0xEA23B7) is known color: Spicy Pink. HEX triplet: EA, 23 and B7. RGB value is (234,35,183). Sum of RGB (Red+Green+Blue) = 234+35+183=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA23B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA23B7 is #15DC48. Grayscale: #6E6E6E. Windows color (decimal): -1432649 or 12002282. OLE color: 12002282.
HSL color Cylindrical-coordinate representation of color #EA23B7: hue angle of 315.38º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA23B7 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 183 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.08 |
| HSL | 315.38º | 0.83% | 0.53% | - |
| HSV(B) | 315.38º | 0.85% | 0.92% | - |
| XYZ | 43.08 | 22.11 | 46.8 | - |
| YUV | 111.37 | 168.43 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 183 | 0 | 0.85 | 0.22 | 0.08 | 315.38 | 0.83 | 0.53 |
| Hex | EA | 23 | B7 | 0 | 55 | 16 | 8 | 13B | 53 | 35 |
| Octal | 352 | 43 | 267 | 0 | 125 | 26 | 10 | 473 | 123 | 65 |
| Binary | 11101010 | 100011 | 10110111 | 0 | 1010101 | 10110 | 1000 | 100111011 | 1010011 | 110101 |
Color Harmonies of #EA23B7
Complementary color
Monochromatic Colors of #EA23B7
Black with #EA23B7
Text Example
Text Example
White with #EA23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA23B7; }
p { color: rgb(234,35,183); }
H1.HeaderClassName
{
color: #EA23B7;
}
.AnyTagClassName
{
color: #EA23B7;
}
</style>
background-color css
<style>
a { background-color: #EA23B7; }
a { background-color: rgb(234,35,183); }
div.DivClassName
{
background-color: #EA23B7;
}
.BgClassName
{
background-color: #EA23B7;
}
</style>
border-color css
<style>
span { border-color: #EA23B7; }
span { border-color: rgb(234,35,183); }
td.TdClassName
{
border-color: #EA23B7;
}
.TagClassName
{
border-color: #EA23B7;
}
</style>