#E9958B

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

Shades of Sweet Pink #E9958B

Tints of Sweet Pink #E9958B

Color information

#E9958B (or 0xE9958B) is unknown color: approx Sweet Pink. HEX triplet: E9, 95 and 8B. RGB value is (233,149,139). Sum of RGB (Red+Green+Blue) = 233+149+139=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9958B is #166A74. Grayscale: #ADADAD. Windows color (decimal): -1469045 or 9147881. OLE color: 9147881.

HSL color Cylindrical-coordinate representation of color #E9958B: hue angle of 6.38º degrees, saturation: 0.68, 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 #E9958B is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB233149139-
CMYK00.360.400.09
HSL6.38º68.12%72.94%-
HSV(B)6.38º40.34%91.37%-
XYZ49.0140.6829.7-
YUV172.98108.83170.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.72%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=44.72%
G=28.60%
B=26.68%

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
Decimal23314913900.360.400.096.3868.1272.94
HexE9958B02428964449
Octal35122521304450116104111
Binary1110100110010101100010110100100101000100111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9958B; }

 p { color: rgb(233,149,139); }

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

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

 a { background-color: rgb(233,149,139); }

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

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

 span { border-color: rgb(233,149,139); }

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