#E7968D

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

Shades of Sweet Pink #E7968D

Tints of Sweet Pink #E7968D

Color information

#E7968D (or 0xE7968D) is unknown color: approx Sweet Pink. HEX triplet: E7, 96 and 8D. RGB value is (231,150,141). Sum of RGB (Red+Green+Blue) = 231+150+141=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968D is #186972. Grayscale: #ADADAD. Windows color (decimal): -1599859 or 9279207. OLE color: 9279207.

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

Color convert

RGB231150141-
CMYK00.350.390.09
HSL65.22%72.94%-
HSV(B)38.96%90.59%-
XYZ48.6740.7230.49-
YUV173.19109.84169.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.25%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=44.25%
G=28.74%
B=27.01%

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
Decimal23115014100.350.390.09665.2272.94
HexE7968D02327964149
Octal34722621504347116101111
Binary1110011110010110100011010100011100111100111010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7968D; }

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

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

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

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

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

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

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

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