Shades of Shocking Pink #E920CD
Tints of Shocking Pink #E920CD
RGB
CMYK
RGB Variations
Color information
#E920CD (or 0xE920CD) is known color: Shocking Pink. HEX triplet: E9, 20 and CD. RGB value is (233,32,205). Sum of RGB (Red+Green+Blue) = 233+32+205=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E920CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920CD is #16DF32. Grayscale: #6F6F6F. Windows color (decimal): -1498931 or 13443305. OLE color: 13443305.
HSL color Cylindrical-coordinate representation of color #E920CD: hue angle of 308.36º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E920CD is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 205 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.09 |
| HSL | 308.36º | 0.82% | 0.52% | - |
| HSV(B) | 308.36º | 0.86% | 0.91% | - |
| XYZ | 45.14 | 22.76 | 59.77 | - |
| YUV | 111.82 | 180.59 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 205 | 0 | 0.86 | 0.12 | 0.09 | 308.36 | 0.82 | 0.52 |
| Hex | E9 | 20 | CD | 0 | 56 | C | 9 | 134 | 52 | 34 |
| Octal | 351 | 40 | 315 | 0 | 126 | 14 | 11 | 464 | 122 | 64 |
| Binary | 11101001 | 100000 | 11001101 | 0 | 1010110 | 1100 | 1001 | 100110100 | 1010010 | 110100 |
Color Harmonies of #E920CD
Complementary color
Monochromatic Colors of #E920CD
Black with #E920CD
Text Example
Text Example
White with #E920CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920CD; }
p { color: rgb(233,32,205); }
H1.HeaderClassName
{
color: #E920CD;
}
.AnyTagClassName
{
color: #E920CD;
}
</style>
background-color css
<style>
a { background-color: #E920CD; }
a { background-color: rgb(233,32,205); }
div.DivClassName
{
background-color: #E920CD;
}
.BgClassName
{
background-color: #E920CD;
}
</style>
border-color css
<style>
span { border-color: #E920CD; }
span { border-color: rgb(233,32,205); }
td.TdClassName
{
border-color: #E920CD;
}
.TagClassName
{
border-color: #E920CD;
}
</style>