Html Css Color HEX #EF748B Deep Blush

📋 copy color: '#EF748B'

red 239 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #EF748B

Tints of Deep Blush #EF748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.48%

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

R = 48.38%
G = 23.48%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF748B (or 0xEF748B) is known color: Deep Blush. HEX triplet: EF, 74 and 8B. RGB value is (239,116,139). Sum of RGB (Red+Green+Blue) = 239+116+139=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF748B is #108B74. Grayscale: #9B9B9B. Windows color (decimal): -1084277 or 9139439. OLE color: 9139439.

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

Color convert

RGB 239 116 139 -
CMYK 0 0.51 0.42 0.06
HSL 348.78º 0.79% 0.7% -
HSV(B) 348.78º 0.51% 0.94% -
XYZ 46.5 32.71 28.29 -
YUV 155.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 239 116 139 0 0.51 0.42 0.06 348.78 0.79 0.7
Hex EF 74 8B 0 33 2A 6 15D 4F 46
Octal 357 164 213 0 63 52 6 535 117 106
Binary 11101111 1110100 10001011 0 110011 101010 110 101011101 1001111 1000110

Color Harmonies of #EF748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF748B

Black with #EF748B

Text Example


Text Example

White with #EF748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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