Html Css Color HEX #EF9886 Tonys Pink

📋 copy color: '#EF9886'

red 239 ◦ green 152 ◦ blue 134

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

Shades of Tonys Pink #EF9886

Tints of Tonys Pink #EF9886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.95%

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

R = 45.52%
G = 28.95%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF9886 (or 0xEF9886) is known color: Tonys Pink. HEX triplet: EF, 98 and 86. RGB value is (239,152,134). Sum of RGB (Red+Green+Blue) = 239+152+134=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9886 is #106779. Grayscale: #B0B0B0. Windows color (decimal): -1075066 or 8820975. OLE color: 8820975.

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

Color convert

RGB 239 152 134 -
CMYK 0 0.36 0.44 0.06
HSL 10.29º 0.77% 0.73% -
HSV(B) 10.29º 0.44% 0.94% -
XYZ 51.13 42.53 28.07 -
YUV 175.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 239 152 134 0 0.36 0.44 0.06 10.29 0.77 0.73
Hex EF 98 86 0 24 2C 6 A 4D 49
Octal 357 230 206 0 44 54 6 12 115 111
Binary 11101111 10011000 10000110 0 100100 101100 110 1010 1001101 1001001

Color Harmonies of #EF9886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9886

Black with #EF9886

Text Example


Text Example

White with #EF9886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9886; }

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

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

background-color css

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

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

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

border-color css

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

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

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