Html Css Color HEX #EF6986 Deep Blush

📋 copy color: '#EF6986'

red 239 ◦ green 105 ◦ blue 134

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

Shades of Deep Blush #EF6986

Tints of Deep Blush #EF6986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

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

R = 50%
G = 21.97%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF6986 (or 0xEF6986) is known color: Deep Blush. HEX triplet: EF, 69 and 86. RGB value is (239,105,134). Sum of RGB (Red+Green+Blue) = 239+105+134=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6986 is #109679. Grayscale: #949494. Windows color (decimal): -1087098 or 8808943. OLE color: 8808943.

HSL color Cylindrical-coordinate representation of color #EF6986: hue angle of 347.01º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6986 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 134 -
CMYK 0 0.56 0.44 0.06
HSL 347.01º 0.81% 0.67% -
HSV(B) 347.01º 0.56% 0.94% -
XYZ 44.95 30.18 26.01 -
YUV 148.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 239 105 134 0 0.56 0.44 0.06 347.01 0.81 0.67
Hex EF 69 86 0 38 2C 6 15B 51 43
Octal 357 151 206 0 70 54 6 533 121 103
Binary 11101111 1101001 10000110 0 111000 101100 110 101011011 1010001 1000011

Color Harmonies of #EF6986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6986

Black with #EF6986

Text Example


Text Example

White with #EF6986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6986; }

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

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

background-color css

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

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

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

border-color css

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

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

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