#EB9690

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

Shades of Sweet Pink #EB9690

Tints of Sweet Pink #EB9690

Color information

#EB9690 (or 0xEB9690) is unknown color: approx Sweet Pink. HEX triplet: EB, 96 and 90. RGB value is (235,150,144). Sum of RGB (Red+Green+Blue) = 235+150+144=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9690 is #14696F. Grayscale: #AEAEAE. Windows color (decimal): -1337712 or 9475819. OLE color: 9475819.

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

Color convert

RGB235150144-
CMYK00.360.390.08
HSL3.96º69.47%74.31%-
HSV(B)3.96º38.72%92.16%-
XYZ50.241.4931.75-
YUV174.73110.66170.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=44.42%
G=28.36%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515014400.360.390.083.9669.4774.31
HexEB96900242784454a
Octal35322622004447104105112
Binary1110101110010110100100000100100100111100010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9690; }

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

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

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

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

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

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

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

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