Shades of Shocking #E69BCA
Tints of Shocking #E69BCA
RGB
CMYK
RGB Variations
Color information
#E69BCA (or 0xE69BCA) is known color: Shocking. HEX triplet: E6, 9B and CA. RGB value is (230,155,202). Sum of RGB (Red+Green+Blue) = 230+155+202=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BCA is #196435. Grayscale: #B6B6B6. Windows color (decimal): -1664054 or 13278182. OLE color: 13278182.
HSL color Cylindrical-coordinate representation of color #E69BCA: hue angle of 322.4º 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 #E69BCA is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 202 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.10 |
| HSL | 322.4º | 0.6% | 0.75% | - |
| HSV(B) | 322.4º | 0.33% | 0.9% | - |
| XYZ | 55.02 | 44.53 | 61.57 | - |
| YUV | 182.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 202 | 0 | 0.33 | 0.12 | 0.10 | 322.4 | 0.6 | 0.75 |
| Hex | E6 | 9B | CA | 0 | 21 | C | A | 142 | 3C | 4B |
| Octal | 346 | 233 | 312 | 0 | 41 | 14 | 12 | 502 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11001010 | 0 | 100001 | 1100 | 1010 | 101000010 | 111100 | 1001011 |
Color Harmonies of #E69BCA
Complementary color
Monochromatic Colors of #E69BCA
Black with #E69BCA
Text Example
Text Example
White with #E69BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BCA; }
p { color: rgb(230,155,202); }
H1.HeaderClassName
{
color: #E69BCA;
}
.AnyTagClassName
{
color: #E69BCA;
}
</style>
background-color css
<style>
a { background-color: #E69BCA; }
a { background-color: rgb(230,155,202); }
div.DivClassName
{
background-color: #E69BCA;
}
.BgClassName
{
background-color: #E69BCA;
}
</style>
border-color css
<style>
span { border-color: #E69BCA; }
span { border-color: rgb(230,155,202); }
td.TdClassName
{
border-color: #E69BCA;
}
.TagClassName
{
border-color: #E69BCA;
}
</style>