Shades of Spicy Pink #ED2BB8
Tints of Spicy Pink #ED2BB8
RGB
CMYK
RGB Variations
Color information
#ED2BB8 (or 0xED2BB8) is known color: Spicy Pink. HEX triplet: ED, 2B and B8. RGB value is (237,43,184). Sum of RGB (Red+Green+Blue) = 237+43+184=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BB8 is #12D447. Grayscale: #747474. Windows color (decimal): -1233992 or 12069869. OLE color: 12069869.
HSL color Cylindrical-coordinate representation of color #ED2BB8: hue angle of 316.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2BB8 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 184 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.07 |
| HSL | 316.39º | 0.84% | 0.55% | - |
| HSV(B) | 316.39º | 0.82% | 0.93% | - |
| XYZ | 44.44 | 23.19 | 47.48 | - |
| YUV | 117.08 | 165.77 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 184 | 0 | 0.82 | 0.22 | 0.07 | 316.39 | 0.84 | 0.55 |
| Hex | ED | 2B | B8 | 0 | 52 | 16 | 7 | 13C | 54 | 37 |
| Octal | 355 | 53 | 270 | 0 | 122 | 26 | 7 | 474 | 124 | 67 |
| Binary | 11101101 | 101011 | 10111000 | 0 | 1010010 | 10110 | 111 | 100111100 | 1010100 | 110111 |
Color Harmonies of #ED2BB8
Complementary color
Monochromatic Colors of #ED2BB8
Black with #ED2BB8
Text Example
Text Example
White with #ED2BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BB8; }
p { color: rgb(237,43,184); }
H1.HeaderClassName
{
color: #ED2BB8;
}
.AnyTagClassName
{
color: #ED2BB8;
}
</style>
background-color css
<style>
a { background-color: #ED2BB8; }
a { background-color: rgb(237,43,184); }
div.DivClassName
{
background-color: #ED2BB8;
}
.BgClassName
{
background-color: #ED2BB8;
}
</style>
border-color css
<style>
span { border-color: #ED2BB8; }
span { border-color: rgb(237,43,184); }
td.TdClassName
{
border-color: #ED2BB8;
}
.TagClassName
{
border-color: #ED2BB8;
}
</style>