Shades of Shocking #EB90CA
Tints of Shocking #EB90CA
RGB
CMYK
RGB Variations
Color information
#EB90CA (or 0xEB90CA) is known color: Shocking. HEX triplet: EB, 90 and CA. RGB value is (235,144,202). Sum of RGB (Red+Green+Blue) = 235+144+202=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90CA is #146F35. Grayscale: #B1B1B1. Windows color (decimal): -1339190 or 13275371. OLE color: 13275371.
HSL color Cylindrical-coordinate representation of color #EB90CA: hue angle of 321.76º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90CA is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 202 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.08 |
| HSL | 321.76º | 0.69% | 0.74% | - |
| HSV(B) | 321.76º | 0.39% | 0.92% | - |
| XYZ | 54.89 | 41.87 | 61.07 | - |
| YUV | 177.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 202 | 0 | 0.39 | 0.14 | 0.08 | 321.76 | 0.69 | 0.74 |
| Hex | EB | 90 | CA | 0 | 27 | E | 8 | 142 | 45 | 4A |
| Octal | 353 | 220 | 312 | 0 | 47 | 16 | 10 | 502 | 105 | 112 |
| Binary | 11101011 | 10010000 | 11001010 | 0 | 100111 | 1110 | 1000 | 101000010 | 1000101 | 1001010 |
Color Harmonies of #EB90CA
Complementary color
Monochromatic Colors of #EB90CA
Black with #EB90CA
Text Example
Text Example
White with #EB90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90CA; }
p { color: rgb(235,144,202); }
H1.HeaderClassName
{
color: #EB90CA;
}
.AnyTagClassName
{
color: #EB90CA;
}
</style>
background-color css
<style>
a { background-color: #EB90CA; }
a { background-color: rgb(235,144,202); }
div.DivClassName
{
background-color: #EB90CA;
}
.BgClassName
{
background-color: #EB90CA;
}
</style>
border-color css
<style>
span { border-color: #EB90CA; }
span { border-color: rgb(235,144,202); }
td.TdClassName
{
border-color: #EB90CA;
}
.TagClassName
{
border-color: #EB90CA;
}
</style>