#EB94B8

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

Shades of Shocking #EB94B8

Tints of Shocking #EB94B8

Color information

#EB94B8 (or 0xEB94B8) is unknown color: approx Shocking. HEX triplet: EB, 94 and B8. RGB value is (235,148,184). Sum of RGB (Red+Green+Blue) = 235+148+184=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94B8 is #146B47. Grayscale: #B2B2B2. Windows color (decimal): -1338184 or 12096747. OLE color: 12096747.

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

Color convert

RGB235148184-
CMYK00.370.220.08
HSL335.17º68.5%75.1%-
HSV(B)335.17º37.02%92.16%-
XYZ53.542.350.69-
YUV178.12131.32168.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 184 (72.27% from 255) = 32.45%
R=41.45%
G=26.10%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514818400.370.220.08335.1768.575.1
HexEB94B802516814f454b
Octal3532242700452610517105113
Binary111010111001010010111000010010110110100010100111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94B8; }

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

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

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

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

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

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

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

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