#EC9387

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

Shades of Sweet Pink #EC9387

Tints of Sweet Pink #EC9387

Color information

#EC9387 (or 0xEC9387) is unknown color: approx Sweet Pink. HEX triplet: EC, 93 and 87. RGB value is (236,147,135). Sum of RGB (Red+Green+Blue) = 236+147+135=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9387 is #136C78. Grayscale: #ACACAC. Windows color (decimal): -1272953 or 8885228. OLE color: 8885228.

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

Color convert

RGB236147135-
CMYK00.380.430.07
HSL7.13º72.66%72.75%-
HSV(B)7.13º42.8%92.55%-
XYZ49.440.4528.13-
YUV172.24106.99173.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=45.56%
G=28.38%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614713500.380.430.077.1372.6672.75
HexEC93870262B774949
Octal3542232070465377111111
Binary111011001001001110000111010011010101111111110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9387; }

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

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

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

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

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

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

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

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