Html Css Color HEX #EF728D Deep Blush

📋 copy color: '#EF728D'

red 239 ◦ green 114 ◦ blue 141

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

Shades of Deep Blush #EF728D

Tints of Deep Blush #EF728D

RGB

 RED value IS 239 (93.75% from 255) = 48.38%

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 48.38%
G = 23.08%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF728D (or 0xEF728D) is known color: Deep Blush. HEX triplet: EF, 72 and 8D. RGB value is (239,114,141). Sum of RGB (Red+Green+Blue) = 239+114+141=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF728D is #108D72. Grayscale: #9A9A9A. Windows color (decimal): -1084787 or 9269999. OLE color: 9269999.

HSL color Cylindrical-coordinate representation of color #EF728D: hue angle of 347.04º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF728D is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 141 -
CMYK 0 0.52 0.41 0.06
HSL 347.04º 0.8% 0.69% -
HSV(B) 347.04º 0.52% 0.94% -
XYZ 46.42 32.31 28.99 -
YUV 154.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 239 114 141 0 0.52 0.41 0.06 347.04 0.8 0.69
Hex EF 72 8D 0 34 29 6 15B 50 45
Octal 357 162 215 0 64 51 6 533 120 105
Binary 11101111 1110010 10001101 0 110100 101001 110 101011011 1010000 1000101

Color Harmonies of #EF728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF728D

Black with #EF728D

Text Example


Text Example

White with #EF728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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