Shades of Spicy Pink #EA2DB2
Tints of Spicy Pink #EA2DB2
RGB
CMYK
RGB Variations
Color information
#EA2DB2 (or 0xEA2DB2) is known color: Spicy Pink. HEX triplet: EA, 2D and B2. RGB value is (234,45,178). Sum of RGB (Red+Green+Blue) = 234+45+178=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2DB2 is #15D24D. Grayscale: #747474. Windows color (decimal): -1430094 or 11677162. OLE color: 11677162.
HSL color Cylindrical-coordinate representation of color #EA2DB2: hue angle of 317.78º 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 #EA2DB2 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 178 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.08 |
| HSL | 317.78º | 0.82% | 0.55% | - |
| HSV(B) | 317.78º | 0.81% | 0.92% | - |
| XYZ | 42.91 | 22.58 | 44.22 | - |
| YUV | 116.67 | 162.62 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 178 | 0 | 0.81 | 0.24 | 0.08 | 317.78 | 0.82 | 0.55 |
| Hex | EA | 2D | B2 | 0 | 51 | 18 | 8 | 13E | 52 | 37 |
| Octal | 352 | 55 | 262 | 0 | 121 | 30 | 10 | 476 | 122 | 67 |
| Binary | 11101010 | 101101 | 10110010 | 0 | 1010001 | 11000 | 1000 | 100111110 | 1010010 | 110111 |
Color Harmonies of #EA2DB2
Complementary color
Monochromatic Colors of #EA2DB2
Black with #EA2DB2
Text Example
Text Example
White with #EA2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DB2; }
p { color: rgb(234,45,178); }
H1.HeaderClassName
{
color: #EA2DB2;
}
.AnyTagClassName
{
color: #EA2DB2;
}
</style>
background-color css
<style>
a { background-color: #EA2DB2; }
a { background-color: rgb(234,45,178); }
div.DivClassName
{
background-color: #EA2DB2;
}
.BgClassName
{
background-color: #EA2DB2;
}
</style>
border-color css
<style>
span { border-color: #EA2DB2; }
span { border-color: rgb(234,45,178); }
td.TdClassName
{
border-color: #EA2DB2;
}
.TagClassName
{
border-color: #EA2DB2;
}
</style>