Html Css Color HEX #EF7391 Deep Blush

📋 copy color: '#EF7391'

red 239 ◦ green 115 ◦ blue 145

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

Shades of Deep Blush #EF7391

Tints of Deep Blush #EF7391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.05%

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 47.9%
G = 23.05%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF7391 (or 0xEF7391) is known color: Deep Blush. HEX triplet: EF, 73 and 91. RGB value is (239,115,145). Sum of RGB (Red+Green+Blue) = 239+115+145=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7391 is #108C6E. Grayscale: #9B9B9B. Windows color (decimal): -1084527 or 9532399. OLE color: 9532399.

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

Color convert

RGB 239 115 145 -
CMYK 0 0.52 0.39 0.06
HSL 345.48º 0.79% 0.69% -
HSV(B) 345.48º 0.52% 0.94% -
XYZ 46.84 32.66 30.62 -
YUV 155.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 239 115 145 0 0.52 0.39 0.06 345.48 0.79 0.69
Hex EF 73 91 0 34 27 6 159 4F 45
Octal 357 163 221 0 64 47 6 531 117 105
Binary 11101111 1110011 10010001 0 110100 100111 110 101011001 1001111 1000101

Color Harmonies of #EF7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7391

Black with #EF7391

Text Example


Text Example

White with #EF7391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7391; }

 p { color: rgb(239,115,145); }

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

background-color css

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

 a { background-color: rgb(239,115,145); }

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

border-color css

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

 span { border-color: rgb(239,115,145); }

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