#EB94B9

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

Shades of Shocking #EB94B9

Tints of Shocking #EB94B9

Color information

#EB94B9 (or 0xEB94B9) is unknown color: approx Shocking. HEX triplet: EB, 94 and B9. RGB value is (235,148,185). Sum of RGB (Red+Green+Blue) = 235+148+185=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94B9 is #146B46. Grayscale: #B2B2B2. Windows color (decimal): -1338183 or 12162283. OLE color: 12162283.

HSL color Cylindrical-coordinate representation of color #EB94B9: hue angle of 334.48º degrees, saturation: 0.69, 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 #EB94B9 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235148185-
CMYK00.370.210.08
HSL334.48º68.5%75.1%-
HSV(B)334.48º37.02%92.16%-
XYZ53.6142.3451.25-
YUV178.23131.82168.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=41.37%
G=26.06%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514818500.370.210.08334.4868.575.1
HexEB94B902515814e454b
Octal3532242710452510516105113
Binary111010111001010010111001010010110101100010100111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94B9; }

 p { color: rgb(235,148,185); }

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

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

 a { background-color: rgb(235,148,185); }

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

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

 span { border-color: rgb(235,148,185); }

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