Shades of Shocking #E79BC4
Tints of Shocking #E79BC4
RGB
CMYK
RGB Variations
Color information
#E79BC4 (or 0xE79BC4) is known color: Shocking. HEX triplet: E7, 9B and C4. RGB value is (231,155,196). Sum of RGB (Red+Green+Blue) = 231+155+196=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BC4 is #18643B. Grayscale: #B6B6B6. Windows color (decimal): -1598524 or 12884967. OLE color: 12884967.
HSL color Cylindrical-coordinate representation of color #E79BC4: hue angle of 327.63º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79BC4 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 196 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.09 |
| HSL | 327.63º | 0.61% | 0.76% | - |
| HSV(B) | 327.63º | 0.33% | 0.91% | - |
| XYZ | 54.64 | 44.42 | 57.92 | - |
| YUV | 182.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 196 | 0 | 0.33 | 0.15 | 0.09 | 327.63 | 0.61 | 0.76 |
| Hex | E7 | 9B | C4 | 0 | 21 | F | 9 | 148 | 3D | 4C |
| Octal | 347 | 233 | 304 | 0 | 41 | 17 | 11 | 510 | 75 | 114 |
| Binary | 11100111 | 10011011 | 11000100 | 0 | 100001 | 1111 | 1001 | 101001000 | 111101 | 1001100 |
Color Harmonies of #E79BC4
Complementary color
Monochromatic Colors of #E79BC4
Black with #E79BC4
Text Example
Text Example
White with #E79BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BC4; }
p { color: rgb(231,155,196); }
H1.HeaderClassName
{
color: #E79BC4;
}
.AnyTagClassName
{
color: #E79BC4;
}
</style>
background-color css
<style>
a { background-color: #E79BC4; }
a { background-color: rgb(231,155,196); }
div.DivClassName
{
background-color: #E79BC4;
}
.BgClassName
{
background-color: #E79BC4;
}
</style>
border-color css
<style>
span { border-color: #E79BC4; }
span { border-color: rgb(231,155,196); }
td.TdClassName
{
border-color: #E79BC4;
}
.TagClassName
{
border-color: #E79BC4;
}
</style>