#EB9B94

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

Shades of Sweet Pink #EB9B94

Tints of Sweet Pink #EB9B94

Color information

#EB9B94 (or 0xEB9B94) is unknown color: approx Sweet Pink. HEX triplet: EB, 9B and 94. RGB value is (235,155,148). Sum of RGB (Red+Green+Blue) = 235+155+148=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9B94 is #14646B. Grayscale: #B2B2B2. Windows color (decimal): -1336428 or 9739243. OLE color: 9739243.

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

Color convert

RGB235155148-
CMYK00.340.370.08
HSL4.83º68.5%75.1%-
HSV(B)4.83º37.02%92.16%-
XYZ51.3343.2433.66-
YUV178.12111168.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=43.68%
G=28.81%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515514800.340.370.084.8368.575.1
HexEB9B940222585454b
Octal35323322404245105105113
Binary1110101110011011100101000100010100101100010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9B94; }

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

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

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

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

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

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

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

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