Html Css Color HEX #EF9F80 Tonys Pink

📋 copy color: '#EF9F80'

red 239 ◦ green 159 ◦ blue 128

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

Shades of Tonys Pink #EF9F80

Tints of Tonys Pink #EF9F80

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 45.44%
G = 30.23%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF9F80 (or 0xEF9F80) is known color: Tonys Pink. HEX triplet: EF, 9F and 80. RGB value is (239,159,128). Sum of RGB (Red+Green+Blue) = 239+159+128=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F80 is #10607F. Grayscale: #B3B3B3. Windows color (decimal): -1073280 or 8429551. OLE color: 8429551.

HSL color Cylindrical-coordinate representation of color #EF9F80: hue angle of 16.76º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF9F80 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 128 -
CMYK 0 0.33 0.46 0.06
HSL 16.76º 0.78% 0.72% -
HSV(B) 16.76º 0.46% 0.94% -
XYZ 51.89 44.71 26.32 -
YUV 179.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 239 159 128 0 0.33 0.46 0.06 16.76 0.78 0.72
Hex EF 9F 80 0 21 2E 6 11 4E 48
Octal 357 237 200 0 41 56 6 21 116 110
Binary 11101111 10011111 10000000 0 100001 101110 110 10001 1001110 1001000

Color Harmonies of #EF9F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F80

Black with #EF9F80

Text Example


Text Example

White with #EF9F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F80; }

 p { color: rgb(239,159,128); }

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

background-color css

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

 a { background-color: rgb(239,159,128); }

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

border-color css

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

 span { border-color: rgb(239,159,128); }

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