#E7968E

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

Shades of Sweet Pink #E7968E

Tints of Sweet Pink #E7968E

Color information

#E7968E (or 0xE7968E) is unknown color: approx Sweet Pink. HEX triplet: E7, 96 and 8E. RGB value is (231,150,142). Sum of RGB (Red+Green+Blue) = 231+150+142=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968E is #186971. Grayscale: #ADADAD. Windows color (decimal): -1599858 or 9344743. OLE color: 9344743.

HSL color Cylindrical-coordinate representation of color #E7968E: hue angle of 5.39º 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 #E7968E is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231150142-
CMYK00.350.390.09
HSL5.39º64.96%73.14%-
HSV(B)5.39º38.53%90.59%-
XYZ48.7440.7530.89-
YUV173.31110.34169.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=44.17%
G=28.68%
B=27.15%

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
Decimal23115014200.350.390.095.3964.9673.14
HexE7968E02327954149
Octal34722621604347115101111
Binary1110011110010110100011100100011100111100110110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7968E; }

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

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

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

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

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

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

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

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