#EC9691

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

Shades of Sweet Pink #EC9691

Tints of Sweet Pink #EC9691

Color information

#EC9691 (or 0xEC9691) is unknown color: approx Sweet Pink. HEX triplet: EC, 96 and 91. RGB value is (236,150,145). Sum of RGB (Red+Green+Blue) = 236+150+145=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9691 is #13696E. Grayscale: #AFAFAF. Windows color (decimal): -1272175 or 9541356. OLE color: 9541356.

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

Color convert

RGB236150145-
CMYK00.360.390.07
HSL3.3º70.54%74.71%-
HSV(B)3.3º38.56%92.55%-
XYZ50.6141.6932.17-
YUV175.14110.99171.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=44.44%
G=28.25%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615014500.360.390.073.370.5474.71
HexEC96910242773474b
Octal3542262210444773107113
Binary11101100100101101001000101001001001111111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9691; }

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

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

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

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

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

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

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

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