#EB9E9B

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

Shades of Sweet Pink #EB9E9B

Tints of Sweet Pink #EB9E9B

Color information

#EB9E9B (or 0xEB9E9B) is unknown color: approx Sweet Pink. HEX triplet: EB, 9E and 9B. RGB value is (235,158,155). Sum of RGB (Red+Green+Blue) = 235+158+155=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E9B is #146164. Grayscale: #B4B4B4. Windows color (decimal): -1335653 or 10198763. OLE color: 10198763.

HSL color Cylindrical-coordinate representation of color #EB9E9B: hue angle of 2.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9E9B is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235158155-
CMYK00.330.340.08
HSL2.25º66.67%76.47%-
HSV(B)2.25º34.04%92.16%-
XYZ52.444.4836.83-
YUV180.68113.51166.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=42.88%
G=28.83%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515815500.330.340.082.2566.6776.47
HexEB9E9B0212282434c
Octal35323623304142102103114
Binary111010111001111010011011010000110001010001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E9B; }

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

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

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

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

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

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

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

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