Shades of Shocking #E69BCB
Tints of Shocking #E69BCB
RGB
CMYK
RGB Variations
Color information
#E69BCB (or 0xE69BCB) is known color: Shocking. HEX triplet: E6, 9B and CB. RGB value is (230,155,203). Sum of RGB (Red+Green+Blue) = 230+155+203=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BCB is #196434. Grayscale: #B6B6B6. Windows color (decimal): -1664053 or 13343718. OLE color: 13343718.
HSL color Cylindrical-coordinate representation of color #E69BCB: hue angle of 321.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BCB is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 203 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.10 |
| HSL | 321.6º | 0.6% | 0.75% | - |
| HSV(B) | 321.6º | 0.33% | 0.9% | - |
| XYZ | 55.13 | 44.58 | 62.2 | - |
| YUV | 182.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 203 | 0 | 0.33 | 0.12 | 0.10 | 321.6 | 0.6 | 0.75 |
| Hex | E6 | 9B | CB | 0 | 21 | C | A | 142 | 3C | 4B |
| Octal | 346 | 233 | 313 | 0 | 41 | 14 | 12 | 502 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11001011 | 0 | 100001 | 1100 | 1010 | 101000010 | 111100 | 1001011 |
Color Harmonies of #E69BCB
Complementary color
Monochromatic Colors of #E69BCB
Black with #E69BCB
Text Example
Text Example
White with #E69BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BCB; }
p { color: rgb(230,155,203); }
H1.HeaderClassName
{
color: #E69BCB;
}
.AnyTagClassName
{
color: #E69BCB;
}
</style>
background-color css
<style>
a { background-color: #E69BCB; }
a { background-color: rgb(230,155,203); }
div.DivClassName
{
background-color: #E69BCB;
}
.BgClassName
{
background-color: #E69BCB;
}
</style>
border-color css
<style>
span { border-color: #E69BCB; }
span { border-color: rgb(230,155,203); }
td.TdClassName
{
border-color: #E69BCB;
}
.TagClassName
{
border-color: #E69BCB;
}
</style>