#EC9696

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

Shades of Sweet Pink #EC9696

Tints of Sweet Pink #EC9696

Color information

#EC9696 (or 0xEC9696) is unknown color: approx Sweet Pink. HEX triplet: EC, 96 and 96. RGB value is (236,150,150). Sum of RGB (Red+Green+Blue) = 236+150+150=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9696 is #136969. Grayscale: #AFAFAF. Windows color (decimal): -1272170 or 9869036. OLE color: 9869036.

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

Color convert

RGB236150150-
CMYK00.360.360.07
HSL69.35%75.69%-
HSV(B)36.44%92.55%-
XYZ5141.8534.24-
YUV175.71113.49171-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=44.03%
G=27.99%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615015000.360.360.07069.3575.69
HexEC96960242470454c
Octal3542262260444470105114
Binary1110110010010110100101100100100100100111010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9696; }

 p { color: rgb(236,150,150); }

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

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

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

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

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

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

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