#EB9A94

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

Shades of Sweet Pink #EB9A94

Tints of Sweet Pink #EB9A94

Color information

#EB9A94 (or 0xEB9A94) is unknown color: approx Sweet Pink. HEX triplet: EB, 9A and 94. RGB value is (235,154,148). Sum of RGB (Red+Green+Blue) = 235+154+148=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A94 is #14656B. Grayscale: #B1B1B1. Windows color (decimal): -1336684 or 9738987. OLE color: 9738987.

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

Color convert

RGB235154148-
CMYK00.340.370.08
HSL4.14º68.5%75.1%-
HSV(B)4.14º37.02%92.16%-
XYZ51.1642.9133.6-
YUV177.54111.34168.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=43.76%
G=28.68%
B=27.56%

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
Decimal23515414800.340.370.084.1468.575.1
HexEB9A940222584454b
Octal35323222404245104105113
Binary1110101110011010100101000100010100101100010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A94; }

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

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

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

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

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

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

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

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