#EC9A95

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

Shades of Sweet Pink #EC9A95

Tints of Sweet Pink #EC9A95

Color information

#EC9A95 (or 0xEC9A95) is unknown color: approx Sweet Pink. HEX triplet: EC, 9A and 95. RGB value is (236,154,149). Sum of RGB (Red+Green+Blue) = 236+154+149=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A95 is #13656A. Grayscale: #B2B2B2. Windows color (decimal): -1271147 or 9804524. OLE color: 9804524.

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

Color convert

RGB236154149-
CMYK00.350.370.07
HSL3.45º69.6%75.49%-
HSV(B)3.45º36.86%92.55%-
XYZ51.5743.1134.04-
YUV177.95111.67169.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=43.78%
G=28.57%
B=27.64%

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
Decimal23615414900.350.370.073.4569.675.49
HexEC9A950232573464b
Octal3542322250434573106113
Binary11101100100110101001010101000111001011111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A95; }

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

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

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

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

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

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

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

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