#E8948C

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

Shades of Sweet Pink #E8948C

Tints of Sweet Pink #E8948C

Color information

#E8948C (or 0xE8948C) is unknown color: approx Sweet Pink. HEX triplet: E8, 94 and 8C. RGB value is (232,148,140). Sum of RGB (Red+Green+Blue) = 232+148+140=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8948C is #176B73. Grayscale: #ACACAC. Windows color (decimal): -1534836 or 9213160. OLE color: 9213160.

HSL color Cylindrical-coordinate representation of color #E8948C: hue angle of 5.22º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8948C is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB232148140-
CMYK00.360.400.09
HSL5.22º66.67%72.94%-
HSV(B)5.22º39.66%90.98%-
XYZ48.640.2330.01-
YUV172.2109.83170.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.62%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=44.62%
G=28.46%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214814000.360.400.095.2266.6772.94
HexE8948C02428954349
Octal35022421404450115103111
Binary1110100010010100100011000100100101000100110110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8948C; }

 p { color: rgb(232,148,140); }

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

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

 a { background-color: rgb(232,148,140); }

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

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

 span { border-color: rgb(232,148,140); }

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