#EB8B88

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

Shades of Sweet Pink #EB8B88

Tints of Sweet Pink #EB8B88

Color information

#EB8B88 (or 0xEB8B88) is unknown color: approx Sweet Pink. HEX triplet: EB, 8B and 88. RGB value is (235,139,136). Sum of RGB (Red+Green+Blue) = 235+139+136=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B88 is #147477. Grayscale: #A7A7A7. Windows color (decimal): -1340536 or 8948715. OLE color: 8948715.

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

Color convert

RGB235139136-
CMYK00.410.420.08
HSL1.82º71.22%72.75%-
HSV(B)1.82º42.13%92.16%-
XYZ47.9437.928.08-
YUV167.36110.3176.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=46.08%
G=27.25%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513913600.410.420.081.8271.2272.75
HexEB8B880292A824749
Octal35321321005152102107111
Binary111010111000101110001000010100110101010001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B88; }

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

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

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

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

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

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

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

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