#E8968D

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

Shades of Sweet Pink #E8968D

Tints of Sweet Pink #E8968D

Color information

#E8968D (or 0xE8968D) is unknown color: approx Sweet Pink. HEX triplet: E8, 96 and 8D. RGB value is (232,150,141). Sum of RGB (Red+Green+Blue) = 232+150+141=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8968D is #176972. Grayscale: #ADADAD. Windows color (decimal): -1534323 or 9279208. OLE color: 9279208.

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

Color convert

RGB232150141-
CMYK00.350.390.09
HSL5.93º66.42%73.14%-
HSV(B)5.93º39.22%90.98%-
XYZ48.9940.8930.51-
YUV173.49109.67169.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=44.36%
G=28.68%
B=26.96%

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
Decimal23215014100.350.390.095.9366.4273.14
HexE8968D02327964249
Octal35022621504347116102111
Binary1110100010010110100011010100011100111100111010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8968D; }

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

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

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

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

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

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

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

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