#E9968E

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

Shades of Sweet Pink #E9968E

Tints of Sweet Pink #E9968E

Color information

#E9968E (or 0xE9968E) is unknown color: approx Sweet Pink. HEX triplet: E9, 96 and 8E. RGB value is (233,150,142). Sum of RGB (Red+Green+Blue) = 233+150+142=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E9968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9968E is #166971. Grayscale: #AEAEAE. Windows color (decimal): -1468786 or 9344745. OLE color: 9344745.

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

Color convert

RGB233150142-
CMYK00.360.390.09
HSL5.27º67.41%73.53%-
HSV(B)5.27º39.06%91.37%-
XYZ49.3941.0930.92-
YUV173.9110170.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=44.38%
G=28.57%
B=27.05%

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
Decimal23315014200.360.390.095.2767.4173.53
HexE9968E0242795434a
Octal35122621604447115103112
Binary1110100110010110100011100100100100111100110110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9968E; }

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

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

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

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

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

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

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

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