#EC7197

Color #EC7197 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EC7197

Tints of Deep Blush #EC7197

Color information

#EC7197 (or 0xEC7197) is unknown color: approx Deep Blush. HEX triplet: EC, 71 and 97. RGB value is (236,113,151). Sum of RGB (Red+Green+Blue) = 236+113+151=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7197 is #138E68. Grayscale: #9A9A9A. Windows color (decimal): -1281641 or 9925100. OLE color: 9925100.

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

Color convert

RGB236113151-
CMYK00.520.360.07
HSL341.46º76.4%68.43%-
HSV(B)341.46º52.12%92.55%-
XYZ46.0831.8833-
YUV154.11126.25186.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.2%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=47.2%
G=22.6%
B=30.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611315100.520.360.07341.4676.468.43
HexEC71970342471554c44
Octal354161227064447525114104
Binary11101100111000110010111011010010010011110101010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7197; }

 p { color: rgb(236,113,151); }

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

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

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

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

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

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

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