#E7968F

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

Shades of Sweet Pink #E7968F

Tints of Sweet Pink #E7968F

Color information

#E7968F (or 0xE7968F) is unknown color: approx Sweet Pink. HEX triplet: E7, 96 and 8F. RGB value is (231,150,143). Sum of RGB (Red+Green+Blue) = 231+150+143=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968F is #186970. Grayscale: #ADADAD. Windows color (decimal): -1599857 or 9410279. OLE color: 9410279.

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

Color convert

RGB231150143-
CMYK00.350.380.09
HSL4.77º64.71%73.33%-
HSV(B)4.77º38.1%90.59%-
XYZ48.8240.7831.29-
YUV173.42110.84169.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=44.08%
G=28.63%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115014300.350.380.094.7764.7173.33
HexE7968F02326954149
Octal34722621704346115101111
Binary1110011110010110100011110100011100110100110110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7968F; }

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

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

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

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

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

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

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

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