#E9968F

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

Shades of Sweet Pink #E9968F

Tints of Sweet Pink #E9968F

Color information

#E9968F (or 0xE9968F) is unknown color: approx Sweet Pink. HEX triplet: E9, 96 and 8F. RGB value is (233,150,143). Sum of RGB (Red+Green+Blue) = 233+150+143=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E9968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9968F is #166970. Grayscale: #AEAEAE. Windows color (decimal): -1468785 or 9410281. OLE color: 9410281.

HSL color Cylindrical-coordinate representation of color #E9968F: hue angle of 4.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9968F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB233150143-
CMYK00.360.390.09
HSL4.67º67.16%73.73%-
HSV(B)4.67º38.63%91.37%-
XYZ49.4741.1231.32-
YUV174.02110.5170.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.30%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=44.30%
G=28.52%
B=27.19%

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
Decimal23315014300.360.390.094.6767.1673.73
HexE9968F0242795434a
Octal35122621704447115103112
Binary1110100110010110100011110100100100111100110110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9968F; }

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

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

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

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

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

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

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

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