#EB9085

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

Shades of Sweet Pink #EB9085

Tints of Sweet Pink #EB9085

Color information

#EB9085 (or 0xEB9085) is unknown color: approx Sweet Pink. HEX triplet: EB, 90 and 85. RGB value is (235,144,133). Sum of RGB (Red+Green+Blue) = 235+144+133=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9085 is #146F7A. Grayscale: #AAAAAA. Windows color (decimal): -1339259 or 8753387. OLE color: 8753387.

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

Color convert

RGB235144133-
CMYK00.390.430.08
HSL6.47º71.83%72.16%-
HSV(B)6.47º43.4%92.16%-
XYZ48.4739.327.22-
YUV169.96107.15174.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=45.90%
G=28.12%
B=25.98%

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
Decimal23514413300.390.430.086.4771.8372.16
HexEB90850272B864848
Octal35322020504753106110110
Binary1110101110010000100001010100111101011100011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9085; }

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

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

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

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

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

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

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

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