#EE9493

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

Shades of Sweet Pink #EE9493

Tints of Sweet Pink #EE9493

Color information

#EE9493 (or 0xEE9493) is unknown color: approx Sweet Pink. HEX triplet: EE, 94 and 93. RGB value is (238,148,147). Sum of RGB (Red+Green+Blue) = 238+148+147=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9493 is #116B6C. Grayscale: #AEAEAE. Windows color (decimal): -1141613 or 9671918. OLE color: 9671918.

HSL color Cylindrical-coordinate representation of color #EE9493: hue angle of 0.66º 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 #EE9493 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB238148147-
CMYK00.380.380.07
HSL0.66º72.8%75.49%-
HSV(B)0.66º38.24%93.33%-
XYZ51.1241.4632.91-
YUV174.8112.32173.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.65%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=44.65%
G=27.77%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814814700.380.380.070.6672.875.49
HexEE94930262671494b
Octal3562242230464671111113
Binary1110111010010100100100110100110100110111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9493; }

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

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

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

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

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

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

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

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