#EB8B86

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

Shades of Sweet Pink #EB8B86

Tints of Sweet Pink #EB8B86

Color information

#EB8B86 (or 0xEB8B86) is unknown color: approx Sweet Pink. HEX triplet: EB, 8B and 86. RGB value is (235,139,134). Sum of RGB (Red+Green+Blue) = 235+139+134=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B86 is #147479. Grayscale: #A7A7A7. Windows color (decimal): -1340538 or 8817643. OLE color: 8817643.

HSL color Cylindrical-coordinate representation of color #EB8B86: hue angle of 2.97º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB8B86 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235139134-
CMYK00.410.430.08
HSL2.97º71.63%72.35%-
HSV(B)2.97º42.98%92.16%-
XYZ47.837.8527.34-
YUV167.13109.3176.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=46.26%
G=27.36%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513913400.410.430.082.9771.6372.35
HexEB8B860292B834848
Octal35321320605153103110110
Binary111010111000101110000110010100110101110001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B86; }

 p { color: rgb(235,139,134); }

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

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

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

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

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

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

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