#EB978C

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

Shades of Sweet Pink #EB978C

Tints of Sweet Pink #EB978C

Color information

#EB978C (or 0xEB978C) is unknown color: approx Sweet Pink. HEX triplet: EB, 97 and 8C. RGB value is (235,151,140). Sum of RGB (Red+Green+Blue) = 235+151+140=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB978C is #146873. Grayscale: #AEAEAE. Windows color (decimal): -1337460 or 9213931. OLE color: 9213931.

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

Color convert

RGB235151140-
CMYK00.360.400.08
HSL6.95º70.37%73.53%-
HSV(B)6.95º40.43%92.16%-
XYZ50.0641.6930.22-
YUV174.86108.33170.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=44.68%
G=28.71%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515114000.360.400.086.9570.3773.53
HexEB978C0242887464a
Octal35322721404450107106112
Binary1110101110010111100011000100100101000100011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB978C; }

 p { color: rgb(235,151,140); }

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

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

 a { background-color: rgb(235,151,140); }

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

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

 span { border-color: rgb(235,151,140); }

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