#EC9993

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

Shades of Sweet Pink #EC9993

Tints of Sweet Pink #EC9993

Color information

#EC9993 (or 0xEC9993) is unknown color: approx Sweet Pink. HEX triplet: EC, 99 and 93. RGB value is (236,153,147). Sum of RGB (Red+Green+Blue) = 236+153+147=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9993 is #13666C. Grayscale: #B1B1B1. Windows color (decimal): -1271405 or 9673196. OLE color: 9673196.

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

Color convert

RGB236153147-
CMYK00.350.380.07
HSL4.04º70.08%75.1%-
HSV(B)4.04º37.71%92.55%-
XYZ51.2542.7233.15-
YUV177.13111169.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 147 (57.81% from 255) = 27.43%
R=44.03%
G=28.54%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615314700.350.380.074.0470.0875.1
HexEC99930232674464b
Octal3542312230434674106113
Binary111011001001100110010011010001110011011110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9993; }

 p { color: rgb(236,153,147); }

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

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

 a { background-color: rgb(236,153,147); }

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

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

 span { border-color: rgb(236,153,147); }

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