#E5928D

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

Shades of Sweet Pink #E5928D

Tints of Sweet Pink #E5928D

Color information

#E5928D (or 0xE5928D) is unknown color: approx Sweet Pink. HEX triplet: E5, 92 and 8D. RGB value is (229,146,141). Sum of RGB (Red+Green+Blue) = 229+146+141=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5928D is #1A6D72. Grayscale: #AAAAAA. Windows color (decimal): -1731955 or 9278181. OLE color: 9278181.

HSL color Cylindrical-coordinate representation of color #E5928D: hue angle of 3.41º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5928D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229146141-
CMYK00.360.380.10
HSL3.41º62.86%72.55%-
HSV(B)3.41º38.43%89.8%-
XYZ47.439.1430.26-
YUV170.25111.5169.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.38%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=44.38%
G=28.29%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914614100.360.380.103.4162.8672.55
HexE5928D02426A33f49
Octal3452222150444612377111
Binary11100101100100101000110101001001001101010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5928D; }

 p { color: rgb(229,146,141); }

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

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

 a { background-color: rgb(229,146,141); }

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

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

 span { border-color: rgb(229,146,141); }

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