Html Css Color HEX #EF9086 Sweet Pink

📋 copy color: '#EF9086'

red 239 ◦ green 144 ◦ blue 134

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

Shades of Sweet Pink #EF9086

Tints of Sweet Pink #EF9086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.85%

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

R = 46.23%
G = 27.85%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF9086 (or 0xEF9086) is known color: Sweet Pink. HEX triplet: EF, 90 and 86. RGB value is (239,144,134). Sum of RGB (Red+Green+Blue) = 239+144+134=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9086 is #106F79. Grayscale: #ABABAB. Windows color (decimal): -1077114 or 8818927. OLE color: 8818927.

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

Color convert

RGB 239 144 134 -
CMYK 0 0.40 0.44 0.06
HSL 5.71º 0.77% 0.73% -
HSV(B) 5.71º 0.44% 0.94% -
XYZ 49.87 40.02 27.65 -
YUV 171.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 239 144 134 0 0.40 0.44 0.06 5.71 0.77 0.73
Hex EF 90 86 0 28 2C 6 6 4D 49
Octal 357 220 206 0 50 54 6 6 115 111
Binary 11101111 10010000 10000110 0 101000 101100 110 110 1001101 1001001

Color Harmonies of #EF9086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9086

Black with #EF9086

Text Example


Text Example

White with #EF9086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9086; }

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

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

background-color css

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

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

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

border-color css

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

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

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