#EB9390

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

Shades of Sweet Pink #EB9390

Tints of Sweet Pink #EB9390

Color information

#EB9390 (or 0xEB9390) is unknown color: approx Sweet Pink. HEX triplet: EB, 93 and 90. RGB value is (235,147,144). Sum of RGB (Red+Green+Blue) = 235+147+144=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9390 is #146C6F. Grayscale: #ADADAD. Windows color (decimal): -1338480 or 9475051. OLE color: 9475051.

HSL color Cylindrical-coordinate representation of color #EB9390: hue angle of 1.98º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB9390 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235147144-
CMYK00.370.390.08
HSL1.98º69.47%74.31%-
HSV(B)1.98º38.72%92.16%-
XYZ49.7340.5431.59-
YUV172.97111.65172.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=44.68%
G=27.95%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514714400.370.390.081.9869.4774.31
HexEB93900252782454a
Octal35322322004547102105112
Binary111010111001001110010000010010110011110001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9390; }

 p { color: rgb(235,147,144); }

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

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

 a { background-color: rgb(235,147,144); }

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

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

 span { border-color: rgb(235,147,144); }

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