Shades of Shocking #EF90C5
Tints of Shocking #EF90C5
RGB
CMYK
RGB Variations
Color information
#EF90C5 (or 0xEF90C5) is known color: Shocking. HEX triplet: EF, 90 and C5. RGB value is (239,144,197). Sum of RGB (Red+Green+Blue) = 239+144+197=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90C5 is #106F3A. Grayscale: #B2B2B2. Windows color (decimal): -1077051 or 12947695. OLE color: 12947695.
HSL color Cylindrical-coordinate representation of color #EF90C5: hue angle of 326.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90C5 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 197 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.06 |
| HSL | 326.53º | 0.75% | 0.75% | - |
| HSV(B) | 326.53º | 0.4% | 0.94% | - |
| XYZ | 55.65 | 42.33 | 58.06 | - |
| YUV | 178.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 197 | 0 | 0.40 | 0.18 | 0.06 | 326.53 | 0.75 | 0.75 |
| Hex | EF | 90 | C5 | 0 | 28 | 12 | 6 | 147 | 4B | 4B |
| Octal | 357 | 220 | 305 | 0 | 50 | 22 | 6 | 507 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11000101 | 0 | 101000 | 10010 | 110 | 101000111 | 1001011 | 1001011 |
Color Harmonies of #EF90C5
Complementary color
Monochromatic Colors of #EF90C5
Black with #EF90C5
Text Example
Text Example
White with #EF90C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90C5; }
p { color: rgb(239,144,197); }
H1.HeaderClassName
{
color: #EF90C5;
}
.AnyTagClassName
{
color: #EF90C5;
}
</style>
background-color css
<style>
a { background-color: #EF90C5; }
a { background-color: rgb(239,144,197); }
div.DivClassName
{
background-color: #EF90C5;
}
.BgClassName
{
background-color: #EF90C5;
}
</style>
border-color css
<style>
span { border-color: #EF90C5; }
span { border-color: rgb(239,144,197); }
td.TdClassName
{
border-color: #EF90C5;
}
.TagClassName
{
border-color: #EF90C5;
}
</style>