#EE9996

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

Shades of Sweet Pink #EE9996

Tints of Sweet Pink #EE9996

Color information

#EE9996 (or 0xEE9996) is unknown color: approx Sweet Pink. HEX triplet: EE, 99 and 96. RGB value is (238,153,150). Sum of RGB (Red+Green+Blue) = 238+153+150=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9996 is #116669. Grayscale: #B2B2B2. Windows color (decimal): -1140330 or 9869806. OLE color: 9869806.

HSL color Cylindrical-coordinate representation of color #EE9996: hue angle of 2.05º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9996 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238153150-
CMYK00.360.370.07
HSL2.05º72.13%76.08%-
HSV(B)2.05º36.97%93.33%-
XYZ52.1643.1634.44-
YUV178.07112.16170.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=43.99%
G=28.28%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815315000.360.370.072.0572.1376.08
HexEE99960242572484c
Octal3562312260444572110114
Binary11101110100110011001011001001001001011111010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9996; }

 p { color: rgb(238,153,150); }

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

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

 a { background-color: rgb(238,153,150); }

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

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

 span { border-color: rgb(238,153,150); }

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