Shades of Shocking #EB95C2
Tints of Shocking #EB95C2
RGB
CMYK
RGB Variations
Color information
#EB95C2 (or 0xEB95C2) is known color: Shocking. HEX triplet: EB, 95 and C2. RGB value is (235,149,194). Sum of RGB (Red+Green+Blue) = 235+149+194=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95C2 is #146A3D. Grayscale: #B3B3B3. Windows color (decimal): -1337918 or 12752363. OLE color: 12752363.
HSL color Cylindrical-coordinate representation of color #EB95C2: hue angle of 328.6º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB95C2 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 149 | 194 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.08 |
| HSL | 328.6º | 0.68% | 0.75% | - |
| HSV(B) | 328.6º | 0.37% | 0.92% | - |
| XYZ | 54.75 | 43.05 | 56.46 | - |
| YUV | 179.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 149 | 194 | 0 | 0.37 | 0.17 | 0.08 | 328.6 | 0.68 | 0.75 |
| Hex | EB | 95 | C2 | 0 | 25 | 11 | 8 | 149 | 44 | 4B |
| Octal | 353 | 225 | 302 | 0 | 45 | 21 | 10 | 511 | 104 | 113 |
| Binary | 11101011 | 10010101 | 11000010 | 0 | 100101 | 10001 | 1000 | 101001001 | 1000100 | 1001011 |
Color Harmonies of #EB95C2
Complementary color
Monochromatic Colors of #EB95C2
Black with #EB95C2
Text Example
Text Example
White with #EB95C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB95C2; }
p { color: rgb(235,149,194); }
H1.HeaderClassName
{
color: #EB95C2;
}
.AnyTagClassName
{
color: #EB95C2;
}
</style>
background-color css
<style>
a { background-color: #EB95C2; }
a { background-color: rgb(235,149,194); }
div.DivClassName
{
background-color: #EB95C2;
}
.BgClassName
{
background-color: #EB95C2;
}
</style>
border-color css
<style>
span { border-color: #EB95C2; }
span { border-color: rgb(235,149,194); }
td.TdClassName
{
border-color: #EB95C2;
}
.TagClassName
{
border-color: #EB95C2;
}
</style>