#EB9CBC

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

Shades of Shocking #EB9CBC

Tints of Shocking #EB9CBC

Color information

#EB9CBC (or 0xEB9CBC) is unknown color: approx Shocking. HEX triplet: EB, 9C and BC. RGB value is (235,156,188). Sum of RGB (Red+Green+Blue) = 235+156+188=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CBC is #146343. Grayscale: #B7B7B7. Windows color (decimal): -1336132 or 12360939. OLE color: 12360939.

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

Color convert

RGB235156188-
CMYK00.340.20.08
HSL335.7º66.39%76.67%-
HSV(B)335.7º33.62%92.16%-
XYZ55.2345.0753.37-
YUV183.27130.67164.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=40.59%
G=26.94%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515618800.340.20.08335.766.3976.67
HexEB9CBC022148150424d
Octal3532342740422410520102115
Binary111010111001110010111100010001010100100010101000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CBC; }

 p { color: rgb(235,156,188); }

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

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

 a { background-color: rgb(235,156,188); }

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

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

 span { border-color: rgb(235,156,188); }

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