Html Css Color HEX #EF718B Deep Blush

📋 copy color: '#EF718B'

red 239 ◦ green 113 ◦ blue 139

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

Shades of Deep Blush #EF718B

Tints of Deep Blush #EF718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.01%

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

R = 48.68%
G = 23.01%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF718B (or 0xEF718B) is known color: Deep Blush. HEX triplet: EF, 71 and 8B. RGB value is (239,113,139). Sum of RGB (Red+Green+Blue) = 239+113+139=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF718B is #108E74. Grayscale: #999999. Windows color (decimal): -1085045 or 9138671. OLE color: 9138671.

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

Color convert

RGB 239 113 139 -
CMYK 0 0.53 0.42 0.06
HSL 347.62º 0.8% 0.69% -
HSV(B) 347.62º 0.53% 0.94% -
XYZ 46.16 32.03 28.17 -
YUV 153.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 239 113 139 0 0.53 0.42 0.06 347.62 0.8 0.69
Hex EF 71 8B 0 35 2A 6 15C 50 45
Octal 357 161 213 0 65 52 6 534 120 105
Binary 11101111 1110001 10001011 0 110101 101010 110 101011100 1010000 1000101

Color Harmonies of #EF718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF718B

Black with #EF718B

Text Example


Text Example

White with #EF718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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