#EB8E8C

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

Shades of Sweet Pink #EB8E8C

Tints of Sweet Pink #EB8E8C

Color information

#EB8E8C (or 0xEB8E8C) is unknown color: approx Sweet Pink. HEX triplet: EB, 8E and 8C. RGB value is (235,142,140). Sum of RGB (Red+Green+Blue) = 235+142+140=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8E8C is #147173. Grayscale: #A9A9A9. Windows color (decimal): -1339764 or 9211627. OLE color: 9211627.

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

Color convert

RGB235142140-
CMYK00.400.400.08
HSL1.26º70.37%73.53%-
HSV(B)1.26º40.43%92.16%-
XYZ48.6738.929.75-
YUV169.58111.31174.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=45.45%
G=27.47%
B=27.08%

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
Decimal23514214000.400.400.081.2670.3773.53
HexEB8E8C0282881464a
Octal35321621405050101106112
Binary11101011100011101000110001010001010001000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E8C; }

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

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

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

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

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

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

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

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