#EC9486

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

Shades of Sweet Pink #EC9486

Tints of Sweet Pink #EC9486

Color information

#EC9486 (or 0xEC9486) is unknown color: approx Sweet Pink. HEX triplet: EC, 94 and 86. RGB value is (236,148,134). Sum of RGB (Red+Green+Blue) = 236+148+134=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9486 is #136B79. Grayscale: #ACACAC. Windows color (decimal): -1272698 or 8819948. OLE color: 8819948.

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

Color convert

RGB236148134-
CMYK00.370.430.07
HSL8.24º72.86%72.55%-
HSV(B)8.24º43.22%92.55%-
XYZ49.4940.7327.81-
YUV172.72106.15173.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 134 (52.73% from 255) = 25.87%
R=45.56%
G=28.57%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614813400.370.430.078.2472.8672.55
HexEC94860252B784949
Octal35422420604553710111111
Binary1110110010010100100001100100101101011111100010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9486; }

 p { color: rgb(236,148,134); }

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

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

 a { background-color: rgb(236,148,134); }

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

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

 span { border-color: rgb(236,148,134); }

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