#EC9491

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

Shades of Sweet Pink #EC9491

Tints of Sweet Pink #EC9491

Color information

#EC9491 (or 0xEC9491) is unknown color: approx Sweet Pink. HEX triplet: EC, 94 and 91. RGB value is (236,148,145). Sum of RGB (Red+Green+Blue) = 236+148+145=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9491 is #136B6E. Grayscale: #AEAEAE. Windows color (decimal): -1272687 or 9540844. OLE color: 9540844.

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

Color convert

RGB236148145-
CMYK00.370.390.07
HSL1.98º70.54%74.71%-
HSV(B)1.98º38.56%92.55%-
XYZ50.2941.0632.06-
YUV173.97111.65172.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=44.61%
G=27.98%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614814500.370.390.071.9870.5474.71
HexEC94910252772474b
Octal3542242210454772107113
Binary11101100100101001001000101001011001111111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9491; }

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

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

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

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

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

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

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

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