#EC728D

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

Shades of Deep Blush #EC728D

Tints of Deep Blush #EC728D

Color information

#EC728D (or 0xEC728D) is unknown color: approx Deep Blush. HEX triplet: EC, 72 and 8D. RGB value is (236,114,141). Sum of RGB (Red+Green+Blue) = 236+114+141=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC728D is #138D72. Grayscale: #999999. Windows color (decimal): -1281395 or 9269996. OLE color: 9269996.

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

Color convert

RGB236114141-
CMYK00.520.400.07
HSL346.72º76.25%68.63%-
HSV(B)346.72º51.69%92.55%-
XYZ45.4231.7928.94-
YUV153.56120.92186.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=48.07%
G=23.22%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611414100.520.400.07346.7276.2568.63
HexEC728D03428715b4c45
Octal354162215064507533114105
Binary11101100111001010001101011010010100011110101101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC728D; }

 p { color: rgb(236,114,141); }

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

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

 a { background-color: rgb(236,114,141); }

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

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

 span { border-color: rgb(236,114,141); }

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