#EC9A94

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

Shades of Sweet Pink #EC9A94

Tints of Sweet Pink #EC9A94

Color information

#EC9A94 (or 0xEC9A94) is unknown color: approx Sweet Pink. HEX triplet: EC, 9A and 94. RGB value is (236,154,148). Sum of RGB (Red+Green+Blue) = 236+154+148=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A94 is #13656B. Grayscale: #B1B1B1. Windows color (decimal): -1271148 or 9738988. OLE color: 9738988.

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

Color convert

RGB236154148-
CMYK00.350.370.07
HSL4.09º69.84%75.29%-
HSV(B)4.09º37.29%92.55%-
XYZ51.4943.0833.62-
YUV177.83111.17169.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=43.87%
G=28.62%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615414800.350.370.074.0969.8475.29
HexEC9A940232574464b
Octal3542322240434574106113
Binary111011001001101010010100010001110010111110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A94; }

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

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

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

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

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

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

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

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