Html Css Color HEX #EC728A Deep Blush

📋 copy color: '#EC728A'

red 236 ◦ green 114 ◦ blue 138

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

Shades of Deep Blush #EC728A

Tints of Deep Blush #EC728A

RGB

 RED value IS 236 (92.58% from 255) = 48.36%

 GREEN value IS 114 (44.92% from 255) = 23.36%

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 48.36%
G = 23.36%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC728A (or 0xEC728A) is known color: Deep Blush. HEX triplet: EC, 72 and 8A. RGB value is (236,114,138). Sum of RGB (Red+Green+Blue) = 236+114+138=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC728A is #138D75. Grayscale: #999999. Windows color (decimal): -1281398 or 9073388. OLE color: 9073388.

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

Color convert

RGB 236 114 138 -
CMYK 0 0.52 0.42 0.07
HSL 348.2º 0.76% 0.69% -
HSV(B) 348.2º 0.52% 0.93% -
XYZ 45.2 31.7 27.78 -
YUV 153.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 236 114 138 0 0.52 0.42 0.07 348.2 0.76 0.69
Hex EC 72 8A 0 34 2A 7 15C 4C 45
Octal 354 162 212 0 64 52 7 534 114 105
Binary 11101100 1110010 10001010 0 110100 101010 111 101011100 1001100 1000101

Color Harmonies of #EC728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC728A

Black with #EC728A

Text Example


Text Example

White with #EC728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC728A; }

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

 H1.HeaderClassName
 {
   color: #EC728A;
 }
 .AnyTagClassName
 {
   color: #EC728A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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