#EB8D8B

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

Shades of Sweet Pink #EB8D8B

Tints of Sweet Pink #EB8D8B

Color information

#EB8D8B (or 0xEB8D8B) is unknown color: approx Sweet Pink. HEX triplet: EB, 8D and 8B. RGB value is (235,141,139). Sum of RGB (Red+Green+Blue) = 235+141+139=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D8B is #147274. Grayscale: #A8A8A8. Windows color (decimal): -1340021 or 9145835. OLE color: 9145835.

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

Color convert

RGB235141139-
CMYK00.40.410.08
HSL1.25º70.59%73.33%-
HSV(B)1.25º40.85%92.16%-
XYZ48.4538.5829.32-
YUV168.88111.14175.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=45.63%
G=27.38%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514113900.40.410.081.2570.5973.33
HexEB8D8B02829814749
Octal35321521305051101107111
Binary11101011100011011000101101010001010011000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D8B; }

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

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

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

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

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

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

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

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