#EB9086

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

Shades of Sweet Pink #EB9086

Tints of Sweet Pink #EB9086

Color information

#EB9086 (or 0xEB9086) is unknown color: approx Sweet Pink. HEX triplet: EB, 90 and 86. RGB value is (235,144,134). Sum of RGB (Red+Green+Blue) = 235+144+134=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9086 is #146F79. Grayscale: #AAAAAA. Windows color (decimal): -1339258 or 8818923. OLE color: 8818923.

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

Color convert

RGB235144134-
CMYK00.390.430.08
HSL5.94º71.63%72.35%-
HSV(B)5.94º42.98%92.16%-
XYZ48.5439.3327.59-
YUV170.07107.65174.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=45.81%
G=28.07%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514413400.390.430.085.9471.6372.35
HexEB90860272B864848
Octal35322020604753106110110
Binary1110101110010000100001100100111101011100011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9086; }

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

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

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

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

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

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

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

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