#E7968B

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

Shades of Sweet Pink #E7968B

Tints of Sweet Pink #E7968B

Color information

#E7968B (or 0xE7968B) is unknown color: approx Sweet Pink. HEX triplet: E7, 96 and 8B. RGB value is (231,150,139). Sum of RGB (Red+Green+Blue) = 231+150+139=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968B is #186974. Grayscale: #ADADAD. Windows color (decimal): -1599861 or 9148135. OLE color: 9148135.

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

Color convert

RGB231150139-
CMYK00.350.400.09
HSL7.17º65.71%72.55%-
HSV(B)7.17º39.83%90.59%-
XYZ48.5240.6729.72-
YUV172.96108.84169.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=44.42%
G=28.85%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115013900.350.400.097.1765.7172.55
HexE7968B02328974249
Octal34722621304350117102111
Binary1110011110010110100010110100011101000100111110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7968B; }

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

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

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

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

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

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

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

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