Html Css Color HEX #EF7686 Deep Blush

📋 copy color: '#EF7686'

red 239 ◦ green 118 ◦ blue 134

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

Shades of Deep Blush #EF7686

Tints of Deep Blush #EF7686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 48.68%
G = 24.03%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF7686 (or 0xEF7686) is known color: Deep Blush. HEX triplet: EF, 76 and 86. RGB value is (239,118,134). Sum of RGB (Red+Green+Blue) = 239+118+134=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7686 is #108979. Grayscale: #9C9C9C. Windows color (decimal): -1083770 or 8812271. OLE color: 8812271.

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

Color convert

RGB 239 118 134 -
CMYK 0 0.51 0.44 0.06
HSL 352.07º 0.79% 0.7% -
HSV(B) 352.07º 0.51% 0.94% -
XYZ 46.38 33.03 26.49 -
YUV 156 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 239 118 134 0 0.51 0.44 0.06 352.07 0.79 0.7
Hex EF 76 86 0 33 2C 6 160 4F 46
Octal 357 166 206 0 63 54 6 540 117 106
Binary 11101111 1110110 10000110 0 110011 101100 110 101100000 1001111 1000110

Color Harmonies of #EF7686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7686

Black with #EF7686

Text Example


Text Example

White with #EF7686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7686; }

 p { color: rgb(239,118,134); }

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

background-color css

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

 a { background-color: rgb(239,118,134); }

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

border-color css

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

 span { border-color: rgb(239,118,134); }

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