#EB8B85

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

Shades of Sweet Pink #EB8B85

Tints of Sweet Pink #EB8B85

Color information

#EB8B85 (or 0xEB8B85) is unknown color: approx Sweet Pink. HEX triplet: EB, 8B and 85. RGB value is (235,139,133). Sum of RGB (Red+Green+Blue) = 235+139+133=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B85 is #14747A. Grayscale: #A7A7A7. Windows color (decimal): -1340539 or 8752107. OLE color: 8752107.

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

Color convert

RGB235139133-
CMYK00.410.430.08
HSL3.53º71.83%72.16%-
HSV(B)3.53º43.4%92.16%-
XYZ47.7337.8226.97-
YUV167.02108.8176.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=46.35%
G=27.42%
B=26.23%

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
Decimal23513913300.410.430.083.5371.8372.16
HexEB8B850292B844848
Octal35321320505153104110110
Binary1110101110001011100001010101001101011100010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B85; }

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

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

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

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

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

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

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

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