#EB8C88

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

Shades of Sweet Pink #EB8C88

Tints of Sweet Pink #EB8C88

Color information

#EB8C88 (or 0xEB8C88) is unknown color: approx Sweet Pink. HEX triplet: EB, 8C and 88. RGB value is (235,140,136). Sum of RGB (Red+Green+Blue) = 235+140+136=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C88 is #147377. Grayscale: #A8A8A8. Windows color (decimal): -1340280 or 8948971. OLE color: 8948971.

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

Color convert

RGB235140136-
CMYK00.400.420.08
HSL2.42º71.22%72.75%-
HSV(B)2.42º42.13%92.16%-
XYZ48.0838.228.13-
YUV167.95109.97175.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=45.99%
G=27.40%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514013600.400.420.082.4271.2272.75
HexEB8C880282A824749
Octal35321421005052102107111
Binary111010111000110010001000010100010101010001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C88; }

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

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

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

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

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

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

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

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