Shades of Spicy Pink #E425AF
Tints of Spicy Pink #E425AF
RGB
CMYK
RGB Variations
Color information
#E425AF (or 0xE425AF) is known color: Spicy Pink. HEX triplet: E4, 25 and AF. RGB value is (228,37,175). Sum of RGB (Red+Green+Blue) = 228+37+175=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E425AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E425AF is #1BDA50. Grayscale: #6D6D6D. Windows color (decimal): -1825361 or 11478500. OLE color: 11478500.
HSL color Cylindrical-coordinate representation of color #E425AF: hue angle of 316.65º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E425AF is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 175 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.11 |
| HSL | 316.65º | 0.78% | 0.52% | - |
| HSV(B) | 316.65º | 0.84% | 0.89% | - |
| XYZ | 40.39 | 20.91 | 42.46 | - |
| YUV | 109.84 | 164.78 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 175 | 0 | 0.84 | 0.23 | 0.11 | 316.65 | 0.78 | 0.52 |
| Hex | E4 | 25 | AF | 0 | 54 | 17 | B | 13D | 4E | 34 |
| Octal | 344 | 45 | 257 | 0 | 124 | 27 | 13 | 475 | 116 | 64 |
| Binary | 11100100 | 100101 | 10101111 | 0 | 1010100 | 10111 | 1011 | 100111101 | 1001110 | 110100 |
Color Harmonies of #E425AF
Complementary color
Monochromatic Colors of #E425AF
Black with #E425AF
Text Example
Text Example
White with #E425AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E425AF; }
p { color: rgb(228,37,175); }
H1.HeaderClassName
{
color: #E425AF;
}
.AnyTagClassName
{
color: #E425AF;
}
</style>
background-color css
<style>
a { background-color: #E425AF; }
a { background-color: rgb(228,37,175); }
div.DivClassName
{
background-color: #E425AF;
}
.BgClassName
{
background-color: #E425AF;
}
</style>
border-color css
<style>
span { border-color: #E425AF; }
span { border-color: rgb(228,37,175); }
td.TdClassName
{
border-color: #E425AF;
}
.TagClassName
{
border-color: #E425AF;
}
</style>