#eb8e8d

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

Shades of Sweet Pink #EB8E8D

Tints of Sweet Pink #EB8E8D

Color information

#EB8E8D (or 0xEB8E8D) is unknown color: approx Sweet Pink. HEX triplet: EB, 8E and 8D. RGB value is (235,142,141). Sum of RGB (Red+Green+Blue) = 235+142+141=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8E8D is #147172. Grayscale: #A9A9A9. Windows color (decimal): -1339763 or 9277163. OLE color: 9277163.

HSL color Cylindrical-coordinate representation of color #EB8E8D: hue angle of 0.64º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8E8D is Cyan = 0, Magento = 0.40, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235142141-
CMYK00.400.40.08
HSL0.64º70.15%73.73%-
HSV(B)0.64º40%92.16%-
XYZ48.7438.9330.14-
YUV169.69111.81174.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=45.37%
G=27.41%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514214100.400.40.080.6470.1573.73
HexEB8E8D0282881464a
Octal35321621505050101106112
Binary11101011100011101000110101010001010001000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb8e8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb8e8d; }

 p { color: rgb(235,142,141); }

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

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

 a { background-color: rgb(235,142,141); }

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

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

 span { border-color: rgb(235,142,141); }

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