#E7958E

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

Shades of Sweet Pink #E7958E

Tints of Sweet Pink #E7958E

Color information

#E7958E (or 0xE7958E) is unknown color: approx Sweet Pink. HEX triplet: E7, 95 and 8E. RGB value is (231,149,142). Sum of RGB (Red+Green+Blue) = 231+149+142=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7958E is #186A71. Grayscale: #ACACAC. Windows color (decimal): -1600114 or 9344487. OLE color: 9344487.

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

Color convert

RGB231149142-
CMYK00.350.390.09
HSL4.72º64.96%73.14%-
HSV(B)4.72º38.53%90.59%-
XYZ48.5840.4430.84-
YUV172.72110.67169.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.25%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=44.25%
G=28.54%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114914200.350.390.094.7264.9673.14
HexE7958E02327954149
Octal34722521604347115101111
Binary1110011110010101100011100100011100111100110110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7958E; }

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

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

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

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

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

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

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

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