Shades of Spicy Pink #EA2DB5
Tints of Spicy Pink #EA2DB5
RGB
CMYK
RGB Variations
Color information
#EA2DB5 (or 0xEA2DB5) is known color: Spicy Pink. HEX triplet: EA, 2D and B5. RGB value is (234,45,181). Sum of RGB (Red+Green+Blue) = 234+45+181=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DB5 is #15D24A. Grayscale: #747474. Windows color (decimal): -1430091 or 11873770. OLE color: 11873770.
HSL color Cylindrical-coordinate representation of color #EA2DB5: hue angle of 316.83º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DB5 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 181 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.08 |
| HSL | 316.83º | 0.82% | 0.55% | - |
| HSV(B) | 316.83º | 0.81% | 0.92% | - |
| XYZ | 43.21 | 22.71 | 45.82 | - |
| YUV | 117.02 | 164.12 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 181 | 0 | 0.81 | 0.23 | 0.08 | 316.83 | 0.82 | 0.55 |
| Hex | EA | 2D | B5 | 0 | 51 | 17 | 8 | 13D | 52 | 37 |
| Octal | 352 | 55 | 265 | 0 | 121 | 27 | 10 | 475 | 122 | 67 |
| Binary | 11101010 | 101101 | 10110101 | 0 | 1010001 | 10111 | 1000 | 100111101 | 1010010 | 110111 |
Color Harmonies of #EA2DB5
Complementary color
Monochromatic Colors of #EA2DB5
Black with #EA2DB5
Text Example
Text Example
White with #EA2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DB5; }
p { color: rgb(234,45,181); }
H1.HeaderClassName
{
color: #EA2DB5;
}
.AnyTagClassName
{
color: #EA2DB5;
}
</style>
background-color css
<style>
a { background-color: #EA2DB5; }
a { background-color: rgb(234,45,181); }
div.DivClassName
{
background-color: #EA2DB5;
}
.BgClassName
{
background-color: #EA2DB5;
}
</style>
border-color css
<style>
span { border-color: #EA2DB5; }
span { border-color: rgb(234,45,181); }
td.TdClassName
{
border-color: #EA2DB5;
}
.TagClassName
{
border-color: #EA2DB5;
}
</style>