#E9968D

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

Shades of Sweet Pink #E9968D

Tints of Sweet Pink #E9968D

Color information

#E9968D (or 0xE9968D) is unknown color: approx Sweet Pink. HEX triplet: E9, 96 and 8D. RGB value is (233,150,141). Sum of RGB (Red+Green+Blue) = 233+150+141=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9968D is #166972. Grayscale: #ADADAD. Windows color (decimal): -1468787 or 9279209. OLE color: 9279209.

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

Color convert

RGB233150141-
CMYK00.360.390.09
HSL5.87º67.65%73.33%-
HSV(B)5.87º39.48%91.37%-
XYZ49.3241.0630.53-
YUV173.79109.5170.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=44.47%
G=28.63%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315014100.360.390.095.8767.6573.33
HexE9968D02427964449
Octal35122621504447116104111
Binary1110100110010110100011010100100100111100111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9968D; }

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

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

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

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

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

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

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

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