#E7968C

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

Shades of Sweet Pink #E7968C

Tints of Sweet Pink #E7968C

Color information

#E7968C (or 0xE7968C) is unknown color: approx Sweet Pink. HEX triplet: E7, 96 and 8C. RGB value is (231,150,140). Sum of RGB (Red+Green+Blue) = 231+150+140=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968C is #186973. Grayscale: #ADADAD. Windows color (decimal): -1599860 or 9213671. OLE color: 9213671.

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

Color convert

RGB231150140-
CMYK00.350.390.09
HSL6.59º65.47%72.75%-
HSV(B)6.59º39.39%90.59%-
XYZ48.5940.730.1-
YUV173.08109.34169.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=44.34%
G=28.79%
B=26.87%

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
Decimal23115014000.350.390.096.5965.4772.75
HexE7968C02327974149
Octal34722621404347117101111
Binary1110011110010110100011000100011100111100111110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7968C; }

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

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

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

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

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

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

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

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