#EC9492

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

Shades of Sweet Pink #EC9492

Tints of Sweet Pink #EC9492

Color information

#EC9492 (or 0xEC9492) is unknown color: approx Sweet Pink. HEX triplet: EC, 94 and 92. RGB value is (236,148,146). Sum of RGB (Red+Green+Blue) = 236+148+146=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9492 is #136B6D. Grayscale: #AEAEAE. Windows color (decimal): -1272686 or 9606380. OLE color: 9606380.

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

Color convert

RGB236148146-
CMYK00.370.380.07
HSL1.33º70.31%74.9%-
HSV(B)1.33º38.14%92.55%-
XYZ50.3741.0932.47-
YUV174.08112.15172.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=44.53%
G=27.92%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614814600.370.380.071.3370.3174.9
HexEC94920252671464b
Octal3542242220454671106113
Binary1110110010010100100100100100101100110111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9492; }

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

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

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

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

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

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

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

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