Shades of Shocking Pink #E625BB
Tints of Shocking Pink #E625BB
RGB
CMYK
RGB Variations
Color information
#E625BB (or 0xE625BB) is known color: Shocking Pink. HEX triplet: E6, 25 and BB. RGB value is (230,37,187). Sum of RGB (Red+Green+Blue) = 230+37+187=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E625BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E625BB is #19DA44. Grayscale: #6F6F6F. Windows color (decimal): -1694277 or 12264934. OLE color: 12264934.
HSL color Cylindrical-coordinate representation of color #E625BB: hue angle of 313.37º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E625BB is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 187 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.10 |
| HSL | 313.37º | 0.79% | 0.52% | - |
| HSV(B) | 313.37º | 0.84% | 0.9% | - |
| XYZ | 42.26 | 21.73 | 48.98 | - |
| YUV | 111.81 | 170.44 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 187 | 0 | 0.84 | 0.19 | 0.10 | 313.37 | 0.79 | 0.52 |
| Hex | E6 | 25 | BB | 0 | 54 | 13 | A | 139 | 4F | 34 |
| Octal | 346 | 45 | 273 | 0 | 124 | 23 | 12 | 471 | 117 | 64 |
| Binary | 11100110 | 100101 | 10111011 | 0 | 1010100 | 10011 | 1010 | 100111001 | 1001111 | 110100 |
Color Harmonies of #E625BB
Complementary color
Monochromatic Colors of #E625BB
Black with #E625BB
Text Example
Text Example
White with #E625BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E625BB; }
p { color: rgb(230,37,187); }
H1.HeaderClassName
{
color: #E625BB;
}
.AnyTagClassName
{
color: #E625BB;
}
</style>
background-color css
<style>
a { background-color: #E625BB; }
a { background-color: rgb(230,37,187); }
div.DivClassName
{
background-color: #E625BB;
}
.BgClassName
{
background-color: #E625BB;
}
</style>
border-color css
<style>
span { border-color: #E625BB; }
span { border-color: rgb(230,37,187); }
td.TdClassName
{
border-color: #E625BB;
}
.TagClassName
{
border-color: #E625BB;
}
</style>