#EB9A8F

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

Shades of Sweet Pink #EB9A8F

Tints of Sweet Pink #EB9A8F

Color information

#EB9A8F (or 0xEB9A8F) is unknown color: approx Sweet Pink. HEX triplet: EB, 9A and 8F. RGB value is (235,154,143). Sum of RGB (Red+Green+Blue) = 235+154+143=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A8F is #146570. Grayscale: #B1B1B1. Windows color (decimal): -1336689 or 9411307. OLE color: 9411307.

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

Color convert

RGB235154143-
CMYK00.340.390.08
HSL7.17º69.7%74.12%-
HSV(B)7.17º39.15%92.16%-
XYZ50.7742.7631.56-
YUV176.96108.84169.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=44.17%
G=28.95%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515414300.340.390.087.1769.774.12
HexEB9A8F0222787464a
Octal35323221704247107106112
Binary1110101110011010100011110100010100111100011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A8F; }

 p { color: rgb(235,154,143); }

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

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

 a { background-color: rgb(235,154,143); }

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

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

 span { border-color: rgb(235,154,143); }

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