#EBA19A

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

Shades of Sweet Pink #EBA19A

Tints of Sweet Pink #EBA19A

Color information

#EBA19A (or 0xEBA19A) is unknown color: approx Sweet Pink. HEX triplet: EB, A1 and 9A. RGB value is (235,161,154). Sum of RGB (Red+Green+Blue) = 235+161+154=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA19A is #145E65. Grayscale: #B6B6B6. Windows color (decimal): -1334886 or 10133995. OLE color: 10133995.

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

Color convert

RGB235161154-
CMYK00.310.340.08
HSL5.19º66.94%76.27%-
HSV(B)5.19º34.47%92.16%-
XYZ52.8445.4936.57-
YUV182.33112.02165.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 154 (60.55% from 255) = 28%
R=42.73%
G=29.27%
B=28%

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
Decimal23516115400.310.340.085.1966.9476.27
HexEBA19A01F2285434c
Octal35324123203742105103114
Binary111010111010000110011010011111100010100010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA19A; }

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

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

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

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

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

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

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

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