Html Css Color HEX #EF728B Deep Blush

📋 copy color: '#EF728B'

red 239 ◦ green 114 ◦ blue 139

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

Shades of Deep Blush #EF728B

Tints of Deep Blush #EF728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 48.58%
G = 23.17%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF728B (or 0xEF728B) is known color: Deep Blush. HEX triplet: EF, 72 and 8B. RGB value is (239,114,139). Sum of RGB (Red+Green+Blue) = 239+114+139=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF728B is #108D74. Grayscale: #9A9A9A. Windows color (decimal): -1084789 or 9138927. OLE color: 9138927.

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

Color convert

RGB 239 114 139 -
CMYK 0 0.52 0.42 0.06
HSL 348º 0.8% 0.69% -
HSV(B) 348º 0.52% 0.94% -
XYZ 46.27 32.25 28.21 -
YUV 154.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 239 114 139 0 0.52 0.42 0.06 348 0.8 0.69
Hex EF 72 8B 0 34 2A 6 15C 50 45
Octal 357 162 213 0 64 52 6 534 120 105
Binary 11101111 1110010 10001011 0 110100 101010 110 101011100 1010000 1000101

Color Harmonies of #EF728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF728B

Black with #EF728B

Text Example


Text Example

White with #EF728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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