Html Css Color HEX #EC728D Deep Blush

📋 copy color: '#EC728D'

red 236 ◦ green 114 ◦ blue 141

#EC728D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #EC728D

Tints of Deep Blush #EC728D

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 value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC728D (or 0xEC728D) is known color: 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

RGB 236 114 141 -
CMYK 0 0.52 0.40 0.07
HSL 346.72º 0.76% 0.69% -
HSV(B) 346.72º 0.52% 0.93% -
XYZ 45.42 31.79 28.94 -
YUV 153.56 120.92 186.8 -
System Red Green Blue C M Y K H S L
Decimal 236 114 141 0 0.52 0.40 0.07 346.72 0.76 0.69
Hex EC 72 8D 0 34 28 7 15B 4C 45
Octal 354 162 215 0 64 50 7 533 114 105
Binary 11101100 1110010 10001101 0 110100 101000 111 101011011 1001100 1000101

Color Harmonies of #EC728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC728D

Black with #EC728D

Text Example


Text Example

White with #EC728D

Text Example


Text Example

HTML Codes & Css Web 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>