#EC9490

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

Shades of Sweet Pink #EC9490

Tints of Sweet Pink #EC9490

Color information

#EC9490 (or 0xEC9490) is unknown color: approx Sweet Pink. HEX triplet: EC, 94 and 90. RGB value is (236,148,144). Sum of RGB (Red+Green+Blue) = 236+148+144=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9490 is #136B6F. Grayscale: #ADADAD. Windows color (decimal): -1272688 or 9475308. OLE color: 9475308.

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

Color convert

RGB236148144-
CMYK00.370.390.07
HSL2.61º70.77%74.51%-
HSV(B)2.61º38.98%92.55%-
XYZ50.2241.0331.66-
YUV173.86111.15172.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=44.70%
G=28.03%
B=27.27%

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
Decimal23614814400.370.390.072.6170.7774.51
HexEC94900252773474b
Octal3542242200454773107113
Binary11101100100101001001000001001011001111111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9490; }

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

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

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

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

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

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

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

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