Shades of Shocking #EE95C4
Tints of Shocking #EE95C4
RGB
CMYK
RGB Variations
Color information
#EE95C4 (or 0xEE95C4) is known color: Shocking. HEX triplet: EE, 95 and C4. RGB value is (238,149,196). Sum of RGB (Red+Green+Blue) = 238+149+196=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95C4 is #116A3B. Grayscale: #B4B4B4. Windows color (decimal): -1141308 or 12883438. OLE color: 12883438.
HSL color Cylindrical-coordinate representation of color #EE95C4: hue angle of 328.31º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE95C4 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 196 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.07 |
| HSL | 328.31º | 0.72% | 0.76% | - |
| HSV(B) | 328.31º | 0.37% | 0.93% | - |
| XYZ | 55.97 | 43.66 | 57.7 | - |
| YUV | 180.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 196 | 0 | 0.37 | 0.18 | 0.07 | 328.31 | 0.72 | 0.76 |
| Hex | EE | 95 | C4 | 0 | 25 | 12 | 7 | 148 | 48 | 4C |
| Octal | 356 | 225 | 304 | 0 | 45 | 22 | 7 | 510 | 110 | 114 |
| Binary | 11101110 | 10010101 | 11000100 | 0 | 100101 | 10010 | 111 | 101001000 | 1001000 | 1001100 |
Color Harmonies of #EE95C4
Complementary color
Monochromatic Colors of #EE95C4
Black with #EE95C4
Text Example
Text Example
White with #EE95C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE95C4; }
p { color: rgb(238,149,196); }
H1.HeaderClassName
{
color: #EE95C4;
}
.AnyTagClassName
{
color: #EE95C4;
}
</style>
background-color css
<style>
a { background-color: #EE95C4; }
a { background-color: rgb(238,149,196); }
div.DivClassName
{
background-color: #EE95C4;
}
.BgClassName
{
background-color: #EE95C4;
}
</style>
border-color css
<style>
span { border-color: #EE95C4; }
span { border-color: rgb(238,149,196); }
td.TdClassName
{
border-color: #EE95C4;
}
.TagClassName
{
border-color: #EE95C4;
}
</style>