#EC7392

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

Shades of Deep Blush #EC7392

Tints of Deep Blush #EC7392

Color information

#EC7392 (or 0xEC7392) is unknown color: approx Deep Blush. HEX triplet: EC, 73 and 92. RGB value is (236,115,146). Sum of RGB (Red+Green+Blue) = 236+115+146=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7392 is #138C6D. Grayscale: #9A9A9A. Windows color (decimal): -1281134 or 9597932. OLE color: 9597932.

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

Color convert

RGB236115146-
CMYK00.510.380.07
HSL344.63º76.1%68.82%-
HSV(B)344.63º51.27%92.55%-
XYZ45.9132.1730.98-
YUV154.71123.09185.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=47.48%
G=23.14%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611514600.510.380.07344.6376.168.82
HexEC73920332671594c45
Octal354163222063467531114105
Binary11101100111001110010010011001110011011110101100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7392; }

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

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

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

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

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

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

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

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