#EC7189

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

Shades of Deep Blush #EC7189

Tints of Deep Blush #EC7189

Color information

#EC7189 (or 0xEC7189) is unknown color: approx Deep Blush. HEX triplet: EC, 71 and 89. RGB value is (236,113,137). Sum of RGB (Red+Green+Blue) = 236+113+137=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7189 is #138E76. Grayscale: #989898. Windows color (decimal): -1281655 or 9007596. OLE color: 9007596.

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

Color convert

RGB236113137-
CMYK00.520.420.07
HSL348.29º76.4%68.43%-
HSV(B)348.29º52.12%92.55%-
XYZ45.0131.4527.36-
YUV152.51119.25187.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=48.56%
G=23.25%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611313700.520.420.07348.2976.468.43
HexEC71890342A715c4c44
Octal354161211064527534114104
Binary11101100111000110001001011010010101011110101110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7189; }

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

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

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

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

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

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

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

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