#EB9084

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

Shades of Sweet Pink #EB9084

Tints of Sweet Pink #EB9084

Color information

#EB9084 (or 0xEB9084) is unknown color: approx Sweet Pink. HEX triplet: EB, 90 and 84. RGB value is (235,144,132). Sum of RGB (Red+Green+Blue) = 235+144+132=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9084 is #146F7B. Grayscale: #A9A9A9. Windows color (decimal): -1339260 or 8687851. OLE color: 8687851.

HSL color Cylindrical-coordinate representation of color #EB9084: hue angle of 6.99º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB9084 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235144132-
CMYK00.390.440.08
HSL6.99º72.03%71.96%-
HSV(B)6.99º43.83%92.16%-
XYZ48.439.2726.86-
YUV169.84106.65174.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=45.99%
G=28.18%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514413200.390.440.086.9972.0371.96
HexEB90840272C874848
Octal35322020404754107110110
Binary1110101110010000100001000100111101100100011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9084; }

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

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

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

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

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

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

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

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