#EB9DC1

Color #EB9DC1 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EB9DC1

Tints of Shocking #EB9DC1

Color information

#EB9DC1 (or 0xEB9DC1) is unknown color: approx Shocking. HEX triplet: EB, 9D and C1. RGB value is (235,157,193). Sum of RGB (Red+Green+Blue) = 235+157+193=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DC1 is #14623E. Grayscale: #B8B8B8. Windows color (decimal): -1335871 or 12688875. OLE color: 12688875.

HSL color Cylindrical-coordinate representation of color #EB9DC1: hue angle of 332.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9DC1 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235157193-
CMYK00.330.180.08
HSL332.31º66.1%76.86%-
HSV(B)332.31º33.19%92.16%-
XYZ55.9445.6356.31-
YUV184.43132.84164.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=40.17%
G=26.84%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515719300.330.180.08332.3166.176.86
HexEB9DC102112814c424d
Octal3532353010412210514102115
Binary111010111001110111000001010000110010100010100110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DC1; }

 p { color: rgb(235,157,193); }

 H1.HeaderClassName
 {
   color: #EB9DC1;
 }
 .AnyTagClassName
 {
   color: #EB9DC1;
 }
</style>
background-color css

<style>
 a { background-color: #EB9DC1; }

 a { background-color: rgb(235,157,193); }

 div.DivClassName
 {
   background-color: #EB9DC1;
 }
 .BgClassName
 {
   background-color: #EB9DC1;
 }
</style>
border-color css

<style>
 span { border-color: #EB9DC1; }

 span { border-color: rgb(235,157,193); }

 td.TdClassName
 {
   border-color: #EB9DC1;
 }
 .TagClassName
 {
   border-color: #EB9DC1;
 }
</style>