Shades of Shocking Pink #E625BD
Tints of Shocking Pink #E625BD
RGB
CMYK
RGB Variations
Color information
#E625BD (or 0xE625BD) is known color: Shocking Pink. HEX triplet: E6, 25 and BD. RGB value is (230,37,189). Sum of RGB (Red+Green+Blue) = 230+37+189=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E625BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E625BD is #19DA42. Grayscale: #6F6F6F. Windows color (decimal): -1694275 or 12396006. OLE color: 12396006.
HSL color Cylindrical-coordinate representation of color #E625BD: hue angle of 312.75º 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 #E625BD is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 189 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.10 |
| HSL | 312.75º | 0.79% | 0.52% | - |
| HSV(B) | 312.75º | 0.84% | 0.9% | - |
| XYZ | 42.48 | 21.82 | 50.12 | - |
| YUV | 112.04 | 171.44 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 189 | 0 | 0.84 | 0.18 | 0.10 | 312.75 | 0.79 | 0.52 |
| Hex | E6 | 25 | BD | 0 | 54 | 12 | A | 139 | 4F | 34 |
| Octal | 346 | 45 | 275 | 0 | 124 | 22 | 12 | 471 | 117 | 64 |
| Binary | 11100110 | 100101 | 10111101 | 0 | 1010100 | 10010 | 1010 | 100111001 | 1001111 | 110100 |
Color Harmonies of #E625BD
Complementary color
Monochromatic Colors of #E625BD
Black with #E625BD
Text Example
Text Example
White with #E625BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E625BD; }
p { color: rgb(230,37,189); }
H1.HeaderClassName
{
color: #E625BD;
}
.AnyTagClassName
{
color: #E625BD;
}
</style>
background-color css
<style>
a { background-color: #E625BD; }
a { background-color: rgb(230,37,189); }
div.DivClassName
{
background-color: #E625BD;
}
.BgClassName
{
background-color: #E625BD;
}
</style>
border-color css
<style>
span { border-color: #E625BD; }
span { border-color: rgb(230,37,189); }
td.TdClassName
{
border-color: #E625BD;
}
.TagClassName
{
border-color: #E625BD;
}
</style>