Shades of Shocking Pink #E625BE
Tints of Shocking Pink #E625BE
RGB
CMYK
RGB Variations
Color information
#E625BE (or 0xE625BE) is known color: Shocking Pink. HEX triplet: E6, 25 and BE. RGB value is (230,37,190). Sum of RGB (Red+Green+Blue) = 230+37+190=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E625BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E625BE is #19DA41. Grayscale: #6F6F6F. Windows color (decimal): -1694274 or 12461542. OLE color: 12461542.
HSL color Cylindrical-coordinate representation of color #E625BE: hue angle of 312.44º 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 #E625BE is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 190 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.10 |
| HSL | 312.44º | 0.79% | 0.52% | - |
| HSV(B) | 312.44º | 0.84% | 0.9% | - |
| XYZ | 42.59 | 21.86 | 50.69 | - |
| YUV | 112.15 | 171.94 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 190 | 0 | 0.84 | 0.17 | 0.10 | 312.44 | 0.79 | 0.52 |
| Hex | E6 | 25 | BE | 0 | 54 | 11 | A | 138 | 4F | 34 |
| Octal | 346 | 45 | 276 | 0 | 124 | 21 | 12 | 470 | 117 | 64 |
| Binary | 11100110 | 100101 | 10111110 | 0 | 1010100 | 10001 | 1010 | 100111000 | 1001111 | 110100 |
Color Harmonies of #E625BE
Complementary color
Monochromatic Colors of #E625BE
Black with #E625BE
Text Example
Text Example
White with #E625BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E625BE; }
p { color: rgb(230,37,190); }
H1.HeaderClassName
{
color: #E625BE;
}
.AnyTagClassName
{
color: #E625BE;
}
</style>
background-color css
<style>
a { background-color: #E625BE; }
a { background-color: rgb(230,37,190); }
div.DivClassName
{
background-color: #E625BE;
}
.BgClassName
{
background-color: #E625BE;
}
</style>
border-color css
<style>
span { border-color: #E625BE; }
span { border-color: rgb(230,37,190); }
td.TdClassName
{
border-color: #E625BE;
}
.TagClassName
{
border-color: #E625BE;
}
</style>