#EC9995

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

Shades of Sweet Pink #EC9995

Tints of Sweet Pink #EC9995

Color information

#EC9995 (or 0xEC9995) is unknown color: approx Sweet Pink. HEX triplet: EC, 99 and 95. RGB value is (236,153,149). Sum of RGB (Red+Green+Blue) = 236+153+149=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9995 is #13666A. Grayscale: #B1B1B1. Windows color (decimal): -1271403 or 9804268. OLE color: 9804268.

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

Color convert

RGB236153149-
CMYK00.350.370.07
HSL2.76º69.6%75.49%-
HSV(B)2.76º36.86%92.55%-
XYZ51.4142.7933.98-
YUV177.36112169.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=43.87%
G=28.44%
B=27.70%

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
Decimal23615314900.350.370.072.7669.675.49
HexEC99950232573464b
Octal3542312250434573106113
Binary11101100100110011001010101000111001011111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9995; }

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

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

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

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

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

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

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

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