Html Css Color HEX #EF9486 Sweet Pink

📋 copy color: '#EF9486'

red 239 ◦ green 148 ◦ blue 134

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

Shades of Sweet Pink #EF9486

Tints of Sweet Pink #EF9486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

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

R = 45.87%
G = 28.41%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF9486 (or 0xEF9486) is known color: Sweet Pink. HEX triplet: EF, 94 and 86. RGB value is (239,148,134). Sum of RGB (Red+Green+Blue) = 239+148+134=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9486 is #106B79. Grayscale: #ADADAD. Windows color (decimal): -1076090 or 8819951. OLE color: 8819951.

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

Color convert

RGB 239 148 134 -
CMYK 0 0.38 0.44 0.06
HSL 0.77% 0.73% -
HSV(B) 0.44% 0.94% -
XYZ 50.49 41.25 27.86 -
YUV 173.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 239 148 134 0 0.38 0.44 0.06 8 0.77 0.73
Hex EF 94 86 0 26 2C 6 8 4D 49
Octal 357 224 206 0 46 54 6 10 115 111
Binary 11101111 10010100 10000110 0 100110 101100 110 1000 1001101 1001001

Color Harmonies of #EF9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9486

Black with #EF9486

Text Example


Text Example

White with #EF9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9486; }

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

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

background-color css

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

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

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

border-color css

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

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

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