#EB9990

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

Shades of Sweet Pink #EB9990

Tints of Sweet Pink #EB9990

Color information

#EB9990 (or 0xEB9990) is unknown color: approx Sweet Pink. HEX triplet: EB, 99 and 90. RGB value is (235,153,144). Sum of RGB (Red+Green+Blue) = 235+153+144=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9990 is #14666F. Grayscale: #B0B0B0. Windows color (decimal): -1336944 or 9476587. OLE color: 9476587.

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

Color convert

RGB235153144-
CMYK00.350.390.08
HSL5.93º69.47%74.31%-
HSV(B)5.93º38.72%92.16%-
XYZ50.6942.4631.91-
YUV176.49109.67169.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=44.17%
G=28.76%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515314400.350.390.085.9369.4774.31
HexEB99900232786454a
Octal35323122004347106105112
Binary1110101110011001100100000100011100111100011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9990; }

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

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

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

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

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

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

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

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