#eb8c8c

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

Shades of Sweet Pink #EB8C8C

Tints of Sweet Pink #EB8C8C

Color information

#EB8C8C (or 0xEB8C8C) is unknown color: approx Sweet Pink. HEX triplet: EB, 8C and 8C. RGB value is (235,140,140). Sum of RGB (Red+Green+Blue) = 235+140+140=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C8C is #147373. Grayscale: #A8A8A8. Windows color (decimal): -1340276 or 9211115. OLE color: 9211115.

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

Color convert

RGB235140140-
CMYK00.400.400.08
HSL70.37%73.53%-
HSV(B)40.43%92.16%-
XYZ48.3738.3129.66-
YUV168.4111.97175.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=45.63%
G=27.18%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514014000.400.400.08070.3773.53
HexEB8C8C0282880464a
Octal35321421405050100106112
Binary11101011100011001000110001010001010001000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb8c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb8c8c; }

 p { color: rgb(235,140,140); }

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

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

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

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

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

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

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