#EF9F92

Color #EF9F92 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #EF9F92

Tints of Tonys Pink #EF9F92

Color information

#EF9F92 (or 0xEF9F92) is unknown color: approx Tonys Pink. HEX triplet: EF, 9F and 92. RGB value is (239,159,146). Sum of RGB (Red+Green+Blue) = 239+159+146=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F92 is #10606D. Grayscale: #B5B5B5. Windows color (decimal): -1073262 or 9609199. OLE color: 9609199.

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

Color convert

RGB239159146-
CMYK00.330.390.06
HSL8.39º74.4%75.49%-
HSV(B)8.39º38.91%93.73%-
XYZ53.1845.2233.12-
YUV181.44108169.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=43.93%
G=29.23%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915914600.330.390.068.3974.475.49
HexEF9F9202127684a4b
Octal35723722204147610112113
Binary1110111110011111100100100100001100111110100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9F92; }

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

 H1.HeaderClassName
 {
   color: #EF9F92;
 }
 .AnyTagClassName
 {
   color: #EF9F92;
 }
</style>
background-color css

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

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

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

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

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

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