#E9958E

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

Shades of Sweet Pink #E9958E

Tints of Sweet Pink #E9958E

Color information

#E9958E (or 0xE9958E) is unknown color: approx Sweet Pink. HEX triplet: E9, 95 and 8E. RGB value is (233,149,142). Sum of RGB (Red+Green+Blue) = 233+149+142=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9958E is #166A71. Grayscale: #ADADAD. Windows color (decimal): -1469042 or 9344489. OLE color: 9344489.

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

Color convert

RGB233149142-
CMYK00.360.390.09
HSL4.62º67.41%73.53%-
HSV(B)4.62º39.06%91.37%-
XYZ49.2340.7730.87-
YUV173.32110.33170.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=44.47%
G=28.44%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314914200.360.390.094.6267.4173.53
HexE9958E0242795434a
Octal35122521604447115103112
Binary1110100110010101100011100100100100111100110110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9958E; }

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

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

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

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

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

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

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

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