#EE9693

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

Shades of Sweet Pink #EE9693

Tints of Sweet Pink #EE9693

Color information

#EE9693 (or 0xEE9693) is unknown color: approx Sweet Pink. HEX triplet: EE, 96 and 93. RGB value is (238,150,147). Sum of RGB (Red+Green+Blue) = 238+150+147=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9693 is #11696C. Grayscale: #B0B0B0. Windows color (decimal): -1141101 or 9672430. OLE color: 9672430.

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

Color convert

RGB238150147-
CMYK00.370.380.07
HSL1.98º72.8%75.49%-
HSV(B)1.98º38.24%93.33%-
XYZ51.4342.133.02-
YUV175.97111.65172.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=44.49%
G=28.04%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815014700.370.380.071.9872.875.49
HexEE96930252672494b
Octal3562262230454672111113
Binary11101110100101101001001101001011001101111010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9693; }

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

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

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

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

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

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

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

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