Html Css Color HEX #EF9686 Sweet Pink

📋 copy color: '#EF9686'

red 239 ◦ green 150 ◦ blue 134

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

Shades of Sweet Pink #EF9686

Tints of Sweet Pink #EF9686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.68%

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

R = 45.7%
G = 28.68%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF9686 (or 0xEF9686) is known color: Sweet Pink. HEX triplet: EF, 96 and 86. RGB value is (239,150,134). Sum of RGB (Red+Green+Blue) = 239+150+134=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9686 is #106979. Grayscale: #AEAEAE. Windows color (decimal): -1075578 or 8820463. OLE color: 8820463.

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

Color convert

RGB 239 150 134 -
CMYK 0 0.37 0.44 0.06
HSL 9.14º 0.77% 0.73% -
HSV(B) 9.14º 0.44% 0.94% -
XYZ 50.81 41.88 27.96 -
YUV 174.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 239 150 134 0 0.37 0.44 0.06 9.14 0.77 0.73
Hex EF 96 86 0 25 2C 6 9 4D 49
Octal 357 226 206 0 45 54 6 11 115 111
Binary 11101111 10010110 10000110 0 100101 101100 110 1001 1001101 1001001

Color Harmonies of #EF9686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9686

Black with #EF9686

Text Example


Text Example

White with #EF9686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9686; }

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

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

background-color css

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

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

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

border-color css

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

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

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