#EBA19B

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

Shades of Sweet Pink #EBA19B

Tints of Sweet Pink #EBA19B

Color information

#EBA19B (or 0xEBA19B) is unknown color: approx Sweet Pink. HEX triplet: EB, A1 and 9B. RGB value is (235,161,155). Sum of RGB (Red+Green+Blue) = 235+161+155=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA19B is #145E64. Grayscale: #B6B6B6. Windows color (decimal): -1334885 or 10199531. OLE color: 10199531.

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

Color convert

RGB235161155-
CMYK00.310.340.08
HSL4.5º66.67%76.47%-
HSV(B)4.5º34.04%92.16%-
XYZ52.9245.5237.01-
YUV182.44112.52165.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=42.65%
G=29.22%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516115500.310.340.084.566.6776.47
HexEBA19B01F2285434c
Octal35324123303742105103114
Binary111010111010000110011011011111100010100010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA19B; }

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

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

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

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

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

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

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

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