Shades of Shocking Pink #E705C5
Tints of Shocking Pink #E705C5
RGB
CMYK
RGB Variations
Color information
#E705C5 (or 0xE705C5) is known color: Shocking Pink. HEX triplet: E7, 05 and C5. RGB value is (231,5,197). Sum of RGB (Red+Green+Blue) = 231+5+197=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E705C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705C5 is #18FA3A. Grayscale: #5D5D5D. Windows color (decimal): -1636923 or 12912103. OLE color: 12912103.
HSL color Cylindrical-coordinate representation of color #E705C5: hue angle of 309.03º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705C5 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 197 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.09 |
| HSL | 309.03º | 0.96% | 0.46% | - |
| HSV(B) | 309.03º | 0.98% | 0.91% | - |
| XYZ | 43.09 | 21.13 | 54.63 | - |
| YUV | 94.46 | 185.87 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 197 | 0 | 0.98 | 0.15 | 0.09 | 309.03 | 0.96 | 0.46 |
| Hex | E7 | 5 | C5 | 0 | 62 | F | 9 | 135 | 60 | 2E |
| Octal | 347 | 5 | 305 | 0 | 142 | 17 | 11 | 465 | 140 | 56 |
| Binary | 11100111 | 101 | 11000101 | 0 | 1100010 | 1111 | 1001 | 100110101 | 1100000 | 101110 |
Color Harmonies of #E705C5
Complementary color
Monochromatic Colors of #E705C5
Black with #E705C5
Text Example
Text Example
White with #E705C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705C5; }
p { color: rgb(231,5,197); }
H1.HeaderClassName
{
color: #E705C5;
}
.AnyTagClassName
{
color: #E705C5;
}
</style>
background-color css
<style>
a { background-color: #E705C5; }
a { background-color: rgb(231,5,197); }
div.DivClassName
{
background-color: #E705C5;
}
.BgClassName
{
background-color: #E705C5;
}
</style>
border-color css
<style>
span { border-color: #E705C5; }
span { border-color: rgb(231,5,197); }
td.TdClassName
{
border-color: #E705C5;
}
.TagClassName
{
border-color: #E705C5;
}
</style>